We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 290217d commit 3657a06Copy full SHA for 3657a06
bigquery_info_columns_partitioned_clustered.sql
@@ -27,5 +27,5 @@ FROM
27
`bigquery-public-data.github_repos.INFORMATION_SCHEMA.COLUMNS`
28
WHERE
29
is_partitioning_column = 'YES'
30
- OR
+ OR
31
clustering_ordinal_position IS NOT NULL;
0 commit comments