Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.risingwave.com/llms.txt

Use this file to discover all available pages before exploring further.

DESCRIBE <relation_name> provides similar functionality, but with more detailed information.

Syntax

SHOW COLUMNS FROM relation_name [ LIKE_expression ];

Parameters

Parameter or clauseDescription
relation_nameThe name of the table, source, sink, view, or materialized view from which the columns will be listed.
LIKE_expressionFilters the output based on names by applying pattern matching. See details in LIKE pattern matching expressions.

Examples

SHOW COLUMNS FROM taxi_trips;