2014-06-07 07:33:43
来 源
中存储网
安装配置
oracle几个常用的SQL
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

声明: 此文观点不代表本站立场;转载须要保留原文链接;版权疑问请联系我们。