mmmelo
12/29/2016 - 4:46 PM

Empty Tables on mysql

Empty Tables on mysql

SELECT table_type,
       table_name
FROM information_schema.tables
WHERE table_rows = 0;