Oracle | 给表和字段添加注释

xiaoxiao2021-02-27  277

comment  on  column  表名.字段名   is  '注释内容';

comment on column OPERATOR_INFO.MAIN_OPER_ID is '归属操作员';

 

comment on table 表名  is  '注释内容';

 

comment on table OPERATOR_INFO is  '操作员信息表';

转载请注明原文地址: https://www.6miu.com/read-10547.html

最新回复(0)