如何使用sql語(yǔ)句查看Mysql數(shù)據(jù)庫(kù)中所有表的記錄數(shù)
查看Mysql數(shù)據(jù)庫(kù)中所有表的記錄數(shù)的sql代碼如下:
use information_schema;
select table_name,table_rows from tables
where TABLE_SCHEMA = '數(shù)據(jù)庫(kù)名'
order by table_rows desc;
中國(guó)· 上海
 
                添加微信咨詢(xún)
            關(guān)鍵詞
辦公室:上海市浦東新區(qū)郭守敬路351號(hào)
CopyRight?2009-2019 上海谷谷網(wǎng)絡(luò)科技有限公司 All Rights Reserved. 滬ICP備11022482號(hào)-8
- top
- 在線咨詢(xún)
- 
            
             添加微信咨詢(xún) 添加微信咨詢(xún)
