あなたはINFORMATION_SCHEMAを使うことができます:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = 'db_name'
ORDER BY table_name ASC
参照: http://dev.mysql.com/doc /refman/5.0/en/tables-table.html
あなたはINFORMATION_SCHEMAを使うことができます:
SELECT table_name FROM INFORMATION_SCHEMA.TABLES
WHERE table_schema = 'db_name'
ORDER BY table_name ASC
参照: http://dev.mysql.com/doc /refman/5.0/en/tables-table.html