查看库中所有表有多少数据
生活随笔
收集整理的這篇文章主要介紹了
查看库中所有表有多少数据
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
1、查看庫里所有表
SHOW TABLES
2、在UE中拼SQL
select 表名,count(*) from 表名 union all
======
select t_rm_antenna_template,count() from t_rm_antenna_template union all
select t_rm_area,count() from t_rm_area union all
select t_rm_cfg_detail_template,count(*) from t_rm_cfg_detail_template ;
總結
以上是生活随笔為你收集整理的查看库中所有表有多少数据的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: win7装64位oracle和PLSQL
- 下一篇: 开发办公APP时间估算