摘要: 全部表 select table_name from user_tables; //当前用户拥有的表 select table_name from all_tables; //所有用户的表 select table_name from dba_tables; //包括系统表 表的注释 select * from user_tab_comments; //当前用户拥有表的... 阅读全文
posted @ 2017-07-06 15:32 爱哭的胖胖 阅读(2064) 评论(1) 推荐(1)