摘要: 获取表: select table_name from user_tables; //当前用户的表 select table_name from all_tables; //所有用户的表 select table_name from dba_tables; //包括系统表 select table_ 阅读全文
posted @ 2016-08-30 13:22 CODING小菜 阅读(1176) 评论(0) 推荐(0) 编辑