--Add/modify columns


alter table 表名 add 字段名 类型;

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

 --Add comments to the columns

 

comment on column CE00.eec000  is 'xxx;

相关文章:

  • 2022-01-23
  • 2022-02-27
  • 2022-01-13
  • 2022-01-24
  • 2021-11-30
  • 2021-12-29
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-07
  • 2022-02-25
  • 2022-12-23
  • 2021-10-08
  • 2021-12-31
相关资源
相似解决方案