memo

memo dayo.

スキーマ名(データベース名)を取得する


 SELECT
schema_name
FROM
information_schema.schemata
ORDER BY
schema_name ASC
;