8.17. SHOW SCHEMAS
Synopsis
SHOW SCHEMAS [ FROM catalog ]
Description
List the schemas in catalog or in the current catalog.
Examples
presto:default> show schemas;
Schema
--------------------
information_schema
jmx
sys
(3 rows)
SHOW SCHEMAS [ FROM catalog ]
List the schemas in catalog or in the current catalog.
presto:default> show schemas;
Schema
--------------------
information_schema
jmx
sys
(3 rows)