Posts
Sort by recent activity
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>
&...