Jul 19 2022 11:27 PM
I have tried for hours, and do not see why it cannot go through the code below:
CREATE TABLE myTable
(
id int NOT NULL,
lastName varchar(20),
zipCode varchar(6)
)
WITH ( CLUSTERED COLUMNSTORE INDEX );
whether it is in Databricks or in Azure Synapse SQL, it says the same error:
Jul 20 2022 11:42 PM
SolutionJul 21 2022 01:41 AM
yes, exactly, thank you very much. We need to create that SQL pool before we can run the SQL script. Microsoft should give us a much better error message than saying syntax error of extra "(", which makes it so confusing....
Jul 20 2022 11:42 PM
Solution