insert a NOT NULL column to an existing table

前端 未结 0 456
轻奢々
轻奢々 2020-12-23 06:31

I have tried:

ALTER TABLE MY_TABLE 
ADD STAGE INT NOT NULL;

But it gives this error message:

ALTER TABLE only allows

相关标签:
回答
  • 消灭零回复
提交回复
热议问题