查看dblink的:select t.table_name,t.num_rows from user_t ...
select t.table name,t.num rows from user tables t ORDER BY NUM ROWS DESC 還可以直接查看dblink的:select t.table name,t.num rows from user tables dblink t ORDER BY NUM ROWS DESC ...
2018-12-12 10:59 0 1678 推薦指數:
查看dblink的:select t.table_name,t.num_rows from user_t ...
源地址:http://blog.csdn.net/zhanggnol/article/details/6683697 select t.table_name,t.num_rows from user_tables t ORDER BY NUM_ROWS DESC; 還可以直接查看dblink ...
...
查詢數據庫中每張表的記錄條數 ...
mysql> select table_name, table_rows from information_schema.tables where TABLE_SCHEMA = 'xcdqm'; ...
select table_name,table_rows from information_schema.tables where TABLE_SCHEMA = '庫名' order by table ...
統計當前登陸用戶下的所有表的數據量(oracle) 下午快下班要我統計所有表的數據量,我尼瑪全庫2000+的表呢,還好我厲害,要不然這一宿就干下去了 我真是個小機靈鬼d=====( ̄▽ ̄*)b,果然科學技術是第一生產力 我就記下這個小功能,備我以后使用,編寫存儲過程統計表的數據量 ...
...