Created
October 16, 2023 05:15
-
-
Save yuya-maemichi-synspective/2ad13671c6dcd628b90b90b668ca935d to your computer and use it in GitHub Desktop.
BigQuery snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT | |
* | |
FROM | |
`region-asia-northeast1`.INFORMATION_SCHEMA.TABLE_STORAGE | |
WHERE | |
total_rows > 0 | |
-- OR total_logical_bytes > 0 | |
-- OR total_physical_bytes > 0 | |
ORDER BY | |
storage_last_modified_time desc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ref.