通过本文主要向大家介绍了oracle常用sql语句,oracle常用sql,oracle中常用sql语句,plsql连接oracle,oracle sql developer等相关知识,希望本文的分享对您有所帮助
1 查找记录条数 select count(*) from table_name(换成表名)
2 查找表数据大小
select num_rows * avg_row_len
from user_tables
where table_name = 'table_name(换成表名)';
更多可以参考下http://www.weikejianghu.com/article/7827.htm </div>
2 查找表数据大小
select num_rows * avg_row_len
from user_tables
where table_name = 'table_name(换成表名)';
更多可以参考下http://www.weikejianghu.com/article/7827.htm </div>