现在的位置: 首页 > 综合 > 正文

如何给表、列加注释?

2013年03月04日 ⁄ 综合 ⁄ 共 394字 ⁄ 字号 评论关闭
如何给表、列加注释?
  • 系统环境:

      1、数据库: Oracle 8i R3 (8.1.7) for NT 企业版
  • 说明:
        
      SQL>comment on table 表 is '表注释';

      注释已创建。

      SQL>comment on column 表.列 is '列注释';

      注释已创建。

      SQL> select * from user_tab_comments where comments is not null;

      SQL> select * from user_col_comments where comments is not null;

【最后更新:
10/15/2001 08:06:12


关于本站联络站长意见、建议合作本站地图广告服务


Copyright (C) 2000-2001 Oracle技术网 版权所有
E-MAIL:oradb@126.com
http://www.oradb.net/

抱歉!评论已关闭.