memo

memo dayo.

テーブル名を取得する


 SELECT
table_name, engine
FROM
information_schema.tables
ORDER BY
table_name ASC
;