Presto 0.87 Documentation

6.14. SHOW SCHEMAS

6.14. 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)