comment on column

上一篇 / 下一篇  2011-09-14 16:49:39

用法如下:
1.对表的说明
comment on table table_name is 'comments_on_tab_information';

2.对表中列的说明
comment on column table.column_name is 'comments_on_col_information';

3.查看表的说明
SQL> select * from user_tab_comments where TABLE_NAME='EMPLOYEES';


TAG:

 

评分:0

我来说两句

日历

« 2024-06-14  
      1
2345678
9101112131415
16171819202122
23242526272829
30      

数据统计

  • 访问量: 6293
  • 日志数: 12
  • 建立时间: 2011-05-31
  • 更新时间: 2011-10-28

RSS订阅

Open Toolbar