mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 07:56:01 +00:00
2 lines
86 B
JavaScript
2 lines
86 B
JavaScript
module.exports = `select schema_id as objectId, name as schemaName from sys.schemas`;
|