--Add/modify columns


alter table 表名 add 字段名 类型;

---------------------------------------------------------------------

 --Add comments to the columns

 

comment on column CE00.eec000  is 'xxx;

相关文章: