News

Replace "new_table" with the name of the table to create, and replace "old_table" with the name of the table to select from. The INTO clause behaves the same as CREATE TABLE in other SQL environments.
Use this form when you want to create a new table with columns that are not present in existing tables. It is also useful if you are running SQL statements from an SQL application in another SQL-based ...
Note For SQL Server and Azure SQL platforms, visit CREATE TABLE and select your desired product version. For [!INCLUDE fabric-sqldb], see CREATE TABLE. For reference to [!INCLUDE fabric-data-warehouse ...