2014年4月6日

oracle操作数据表

摘要: 显示当前数据库下所有表名:select table_name from user_tables;显示当前数据库下一共有多少张表:select count(*) from user_tables; 阅读全文

posted @ 2014-04-06 04:45 confirmBname 阅读(106) 评论(0) 推荐(0) 编辑

导航