Presto 0.73 Documentation

4.6. SHOW SCHEMAS

4.6. SHOW SCHEMAS

Synopsis

SHOW SCHEMAS [ FROM catalog ]

Description

List the schemas in catalog or in the current catalog.

Parameters

catalog

Name of the catalog

Examples

presto:default> show schemas;
       Schema
--------------------
 information_schema
 jmx
 sys
(3 rows)