Skip to content

Commit 3657a06

Browse files
committed
updated bigquery_info_columns_partitioned_clustered.sql
1 parent 290217d commit 3657a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery_info_columns_partitioned_clustered.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ FROM
2727
`bigquery-public-data.github_repos.INFORMATION_SCHEMA.COLUMNS`
2828
WHERE
2929
is_partitioning_column = 'YES'
30-
OR
30+
OR
3131
clustering_ordinal_position IS NOT NULL;

0 commit comments

Comments
 (0)