pgweb/pkg/statements/sql/schemas.sql

7 lines
83 B
MySQL
Raw Normal View History

SELECT
schema_name
FROM
information_schema.schemata
ORDER BY
schema_name ASC