Můžete použít INFORMATION_SCHEMA:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = 'db_name'
ORDER BY table_name ASC
Odkaz:http://dev.mysql.com/doc /refman/5.0/en/tables-table.html
Můžete použít INFORMATION_SCHEMA:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = 'db_name'
ORDER BY table_name ASC
Odkaz:http://dev.mysql.com/doc /refman/5.0/en/tables-table.html