comment on table 表 is '表注释';
comment on column 表.列 is '列注释';
本文介绍了一种为数据库表及表中的特定列添加注释的方法。通过使用comment on table和comment on column命令,可以方便地为表及其字段添加描述性注释。
comment on table 表 is '表注释';
comment on column 表.列 is '列注释';
4014

被折叠的 条评论
为什么被折叠?