SHOW SCHEMAS

List the schemas in the ChaosSearch catalog.

Use SHOW SCHEMAS to list the schemas in the ChaosSearch catalog. Typically there are only two schemas, chaos (which contains the ChaosSearch Refinery views as tables), and the information_schema (the metadata including tables, columns, and schemas).

SHOW SCHEMAS [ FROM catalog ] [ LIKE pattern ]

Examples

SHOW SCHEMAS from catalog like 'cha%';

Schema
chaos