title: "SHOW TABLES"
description: "SHOW TABLES
returns a list of all tables available in Materialize."
menu:
main:
parent: commands
SHOW TABLES
returns a list of all tables available in Materialize.
SHOW TABLES [FROM <schema_name>]
Option | Description |
---|---|
FROM | If specified, only show tables from the specified schema. Defaults to first resolvable schema in the search path. For available schemas, see SHOW SCHEMAS . |