MySQL查詢當前資料庫中所有記錄不為空的表

zhenghaishu發表於2016-03-29
select TABLE_NAME from information_schema.tables where TABLE_SCHEMA='當前資料庫' and table_rows>0;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29485627/viewspace-2071928/,如需轉載,請註明出處,否則將追究法律責任。

相關文章