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-05-24  
   1234
567891011
12131415161718
19202122232425
262728293031 

数据统计

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

RSS订阅

Open Toolbar