📜  redshift alter table alter column set not null - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:52.699000             🧑  作者: Mango

代码示例1
# ALTER TABLE nn_demo_table ADD id2 int NOT NULL default 0 ;
ALTER TABLE