阅读背景:

生成所有表和所有列的注释sql

来源:互联网 
生成所有表和所有列的注释sql

select 'comment on table '||t.table_name||  ' is  ' ||'''' ||t.COMMENTS  ||'''' ||'; ' from  user_tab_comments  t  ;select 'comment on table '||t.tabl




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: