Unsure what syntax the error is referring to at this statement :-
Use MyDatabase
CREATE TABLE TestTable
AS (SELECT * FROM dbo.MyTable);
Any help is appreciated!
Unsure what syntax the error is referring to at this statement :-
Use MyDatabase
CREATE TABLE TestTable
AS (SELECT * FROM dbo.MyTable);
Any help is appreciated!
Copyright © 2021 Jogjafile Inc.
The
dbosuggests that you are using SQL Server. The syntax error is that this syntax is not supported.The equivalent syntax in SQL Server is: