CREATE TABLE COPY
Grammar syntax
Sample Source Patterns
General case
CREATE TABLE CLONE in Snowflake is functionally equivalent to CREATE TABLE COPY.
Input Code
IN -> BigQuery_01.sql
Output Code:
OUT -> BigQuery_01.sql
Note
The LABELS option in CREATE TABLE COPY statements are not transformed into TAGs because the TAGs of the source table are copied, they cannot be changed during the copy of the table.
Last updated