摘要:
Oracle常用查看表结构命令获取表:select table_name from user_tables; //当前用户的表select table_name from all_tables; //所有用户的表select table_name from dba_tables; //包括系统表se... 阅读全文
posted @ 2014-05-22 16:58
Joeman_阿蒙
阅读(342)
评论(0)
推荐(0)