How can we help you today? How can we help you today?
Josh Persons
Is there any way to properly format the start of a CTAS in Azure Synapse Analytics?
SQL Prompt within SSMS gives me:CREATE TABLE #Staging<br> WITH (DISTRIBUTION=HASH(BeneficiaryHICNBR), CLUSTERED COLUMNSTORE INDEX) AS SELECT DISTINCT<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&...
2 followers 9 comments 0 votes