ALTER TABLE with IF

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • drzen

    ALTER TABLE with IF

    How to do add column:

    ALTER TABLE posizione ADD anno varchar(50);

    ONLY when column anno doesn't exist in table posizione?
Working...