在创建表的时候,如何跟表和字段加注释呢?
comment on table 表名 is '表注释";
comment on column 表.列 is '列注释';
表注释存放在user_tab_comments 中
字段注释存放在user_col_commnents中
在创建表的时候,如何跟表和字段加注释呢?
comment on table 表名 is '表注释";
comment on column 表.列 is '列注释';
表注释存放在user_tab_comments 中
字段注释存放在user_col_commnents中