SHOW TABLES;
SHOW TABLES IN Db_name;
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = 'information_schema';
0 Comments