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?
4 Replies
Sort By
- oro123Copper Contributoris 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