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'.
[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'.