File size: 298 Bytes
d71b95a
 
 
 
 
1
2
3
4
5
6
-- Sample BigQuery metadata query (for demonstration)
-- This is not run automatically; it's a sample string users can paste into the UI.
SELECT table_name, column_name, data_type
FROM `project.dataset.INFORMATION_SCHEMA.COLUMNS`
WHERE table_name IN ('raw_customers', 'clean_customers', 'orders');