CREATE TABLE LIKE
Grammar syntax
CREATE TABLE LIKE is fully supported by Snowflake.
Note
The LABELS option in CREATE TABLE LIKE 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.
Transformation of other table options are the same as specified for the CREATE TABLE statement.
Last updated