Du kan bruge INFORMATION_SCHEMA:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = 'db_name'
ORDER BY table_name ASC
Reference:http://dev.mysql.com/doc /refman/5.0/da/tables-table.html
Du kan bruge INFORMATION_SCHEMA:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = 'db_name'
ORDER BY table_name ASC
Reference:http://dev.mysql.com/doc /refman/5.0/da/tables-table.html