Snowflake Vs MS-SQL - Part 13 - Create Table
Create Table
When writing the code, you need to create a table on the fly many times.
You can use the INTO clause to create a table during run time.

To create an empty table i.e. with only structure in Snowflake we can use the LIKE clause as below.
Note: The same applies to the Temporary table.
Comments
Post a Comment