DESCRIBE RELATION
Syntax
DESCRIBE [
RELATION | STREAM | CHANGELOG | TABLE | MATERIALIZED VIEW | INDEX
] relation_name;Description
Arguments
relation_name
Examples
Describe a relation using a current database/schema
Describe a relation using a fully qualified name
Describe a changelog
Describe a stream in a specific database/schema
Describe a Table in errored state
Describe a relation with a case-sensitive name
Last updated

