Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

create table from select

$
0
0
What's the correct syntax?
[code language="sql"]CREATE TABLE Title2
AS SELECT * FROM Title[/code]
Msg 156, Level 15, State 1, Line 2
Incorrect syntax near the keyword 'SELECT'.

Viewing all articles
Browse latest Browse all 3145

Trending Articles