Skip to content

Commit

Permalink
updated bigquery_info_biggest_public_tables_by_row_count.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 10, 2024
1 parent a5db059 commit bd1226e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bigquery_info_biggest_public_tables_by_row_count.sql
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ SELECT
TIMESTAMP_MILLIS(creation_time) AS creation_time,
TIMESTAMP_MILLIS(last_modified_time) as last_modified_time,
CASE
WHEN type = 1 THEN 'table'
WHEN type = 2 THEN 'view'
WHEN type = 1 THEN 'table'
WHEN type = 2 THEN 'view'
ELSE NULL
END AS type
FROM
Expand Down

0 comments on commit bd1226e

Please sign in to comment.