RSS
热门关键字:  linux  Java  服务器  安全  互联网
当前位置 :| linux库>Oracle>开发技术>

如何给表、列加注释

来源:linux库 作者:linuxku.com.cn 时间:2007-06-12 Tag: 点击:

  系统环境:
  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;

最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册