服务器之家:专注于服务器技术及软件下载分享
分类导航

Mysql|Sql Server|Oracle|Redis|MongoDB|PostgreSQL|Sqlite|DB2|mariadb|Access|数据库技术|

服务器之家 - 数据库 - Oracle - oracle 常用的几个SQL

oracle 常用的几个SQL

2019-11-10 16:54oracle教程网 Oracle

oracle几个常用的SQL

1 查找记录条数 select count(*) from table_name(换成表名) 

2 查找表数据大小 

select num_rows * avg_row_len 
from user_tables 
where table_name = 'table_name(换成表名)'; 

延伸 · 阅读

精彩推荐