摘要: 1、查找用户表 select table_name,num_rows from all_tables where OWNER='TIGER' AND TABLE_NAME like '%MASTER' order by num_rows desc 2、查找用户表字段 select * from us 阅读全文
posted @ 2011-12-21 23:50 hongweigg 阅读(6) 评论(0) 推荐(0)