码迷,mamicode.com
首页 > 数据库 > 详细

Oracle Comment 获取并修改表或字段注释

时间:2015-09-10 22:42:53      阅读:243      评论:0      收藏:0      [点我收藏+]

标签:

select * from dba_tables where owner = DINGYINGSI;
select * from user_col_comments where table_name = STUDENT;

comment on table "STUDENT" is 这是学生信息表;
comment on column STUDENT.ID is 这是一个学生的ID;

注意表名的大小写

 

Oracle Comment 获取并修改表或字段注释

标签:

原文地址:http://www.cnblogs.com/dingyingsi/p/4799281.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!