updated bigquery_info_datasets.sql
b1b3f67b
Hari Sekhon
committed
1 changed file
bigquery_info_datasets.sql
/bigquery_info_datasets.sql-1+1
/bigquery_info_datasets.sql
Add comment 30 USING (schema_name)
Add comment 31 -- will miss all the datasets without descriptions like this
Add comment 32 --WHERE
Add comment 33 Minus  -- so.option_name = 'description'
Add comment 33 Plus  -- so.option_name = 'description'
Add comment 34 ORDER BY
Add comment 35 last_modified_time DESC
Add comment 36 LIMIT 15;