Forum Discussion

Aria_sh's avatar
Aria_sh
Copper Contributor
Oct 23, 2023

ALTER TABLE table_constraint

Hello,

 

How can I use ALTER TABLE table_constraint in Azure Synapse Analytics?

Is that possible?

4 Replies

  • oro123's avatar
    oro123
    Copper 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

Resources