Skip to main content

SHOW COLUMNS

Use the SHOW COLUMNS command to view columns in the specified table, source, or materialized view.

Syntax

SHOW COLUMNS FROM table_name;

Parameters

Parameter or clauseDescription
table_nameThe name of the table, source, or materialized view from which the columns will be listed.

Example

SHOW COLUMNS FROM taxi_trips;

Help us make this doc better!

Was this page helpful?

Happy React is loading...