(1)字段注释:
comment on column 表名.字段名 is ‘注释内容’;
(2)表的注释:
comment on table 表名 is ‘注释内容’;
Oracle数据库给表和字段添加注释
最新推荐文章于 2022-07-26 15:35:08 发布
(1)字段注释:
comment on column 表名.字段名 is ‘注释内容’;
(2)表的注释:
comment on table 表名 is ‘注释内容’;