Skip to content

Instantly share code, notes, and snippets.

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