Forum Discussion
Aria_sh
Oct 23, 2023Copper Contributor
ALTER TABLE table_constraint
Hello, How can I use ALTER TABLE table_constraint in Azure Synapse Analytics? Is that possible?
oro123
Oct 23, 2023Copper Contributor
is that in Spark delta lake or in the dedicated pool? Alter table is possible, but could be problematic in the delta lake (depending on version you are using). I use to recreate the table instead of doing alter table