7 lines
83 B
SQL
7 lines
83 B
SQL
SELECT
|
|
schema_name
|
|
FROM
|
|
information_schema.schemata
|
|
ORDER BY
|
|
schema_name ASC
|