Presto 101t Documentation

8.17. SHOW SCHEMAS

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)