Skip to content

Instantly share code, notes, and snippets.

@Wittline
Created June 1, 2022 19:41
Show Gist options
  • Save Wittline/736a2c554ba7fc6fd84194523ed65961 to your computer and use it in GitHub Desktop.
Save Wittline/736a2c554ba7fc6fd84194523ed65961 to your computer and use it in GitHub Desktop.
CREATE OR REPLACE TABLE {project}.{dataset}.{table}
(
{columns}
)
PARTITION BY {partitioncolumn}
CLUSTER BY {clustercolumn}
;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment