Skip to content

Instantly share code, notes, and snippets.

@tsh-code
Created July 27, 2022 13:30
Show Gist options
  • Save tsh-code/fb65b82b05880b6a0864bf9f9ee6bcf7 to your computer and use it in GitHub Desktop.
Save tsh-code/fb65b82b05880b6a0864bf9f9ee6bcf7 to your computer and use it in GitHub Desktop.
Snowflake clone example
CREATE OR REPLACE TABLE <STAGE_SCHEMA>.TABLE_A_CLONE CLONE <PROD_SCHEMA>.TABLE_A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment