oracle 常用的几个SQL 发表评论 573 次浏览A+所属分类:oracle 1 查找记录条数 select count(*) from table_name(换成表名) 2 查找表数据大小 select num_rows * avg_row_len from user_tables where table_name = 'table_name(换成表名)'; 更多可以参考下http://www.jb51.net/article/7827.htm 我的微信 这是我的微信扫一扫 我的微信公众号 我的微信公众号扫一扫 赞 0 赏 分享