Oracle如何添加注释
给表或字段添加注释语法:
comment on table 表名 is '注释'
comment on column 表名.字段名 is '注释'
例句:
comment on table student is '学生表'
comment on column student.name is '姓名'
给表或字段添加注释语法:
comment on table 表名 is '注释'
comment on column 表名.字段名 is '注释'
例句:
comment on table student is '学生表'
comment on column student.name is '姓名'