oracle的表注释,列注释在哪里添加?

查询列注释:select   *   from   user_col_comments       
修改列注释:comment   on   column   表.字段   is   '注释';
表注释:comment   on   table   tab_name   is   '表名';
你可以用Oracle工具来修改,例如PL/Sql   Developer,TOAD
posted @ 2008-07-17 12:35  赖文华.NET  阅读(1210)  评论(0编辑  收藏  举报