Oracleはテーブルコメントと列コメントを取得します。
すべての表
以上は小编でご绍介したOracleで、表のコメントと列のコメントを取得します。皆様のために何かご质问があれば、メッセージをください。小编はすぐにご返事します。ここでも私たちのサイトを応援してくれてありがとうございます。
select table_name from user_tables; //
select table_name from all_tables; //
select table_name from dba_tables; //
表のコメント
select * from user_tab_comments; //
select * from dba_tab_comments; //
select * from all_tab_comments; //
dba_tab_comments, all_tab_comments user_tab_comments ower
列のコメント
select * from user_col_comments;
select * from dba_col_comments;
select * from all_col_comments;
その分dba_もあります同前comments,all_同前comments、この二つはuser_に比べて同前commentsが多くなりました。ower列以上は小编でご绍介したOracleで、表のコメントと列のコメントを取得します。皆様のために何かご质问があれば、メッセージをください。小编はすぐにご返事します。ここでも私たちのサイトを応援してくれてありがとうございます。