1 changed file
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;