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

oracle给表及列添加注释

时间:2014-12-18 18:38:36      阅读:237      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   ar   io   sp   on   div   art   

给表添加注释

comment on   table    MW_SYS.MWT_OM_OBJ1 is ‘业务类型的对象实例。‘;

给表中的列添加注释

comment on column MW_SYS.MWT_OM_OBJ1.OBJ_ID is  ‘对象的唯一标示符。‘;
comment on column MW_SYS.MWT_OM_OBJ1.OBJ_LOCALID is ‘对象本地标识。‘;
comment on column MW_SYS.MWT_OM_OBJ1.OBJ_CAPTION is ‘用于缓存对象显示时的标题。‘;
comment on column MW_SYS.MWT_OM_OBJ1.CLS_ID is ‘类型的唯一标识符。‘;
comment on column MW_SYS.MWT_OM_OBJ1.SDOBJ_ID is ‘对象安全域的唯一标识符。‘;
comment on column MW_SYS.MWT_OM_OBJ1.STATE_ID is ‘状态的唯一标识符。‘;

 

http://blog.csdn.net/sensego/article/details/6059751

oracle给表及列添加注释

标签:style   blog   http   ar   io   sp   on   div   art   

原文地址:http://www.cnblogs.com/seasonzone/p/4172176.html

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