SHOW COLUMNS

Display the columns in a ChaosSearch view.

Use the SHOW COLUMNS command to list the columns in a Refinery view along with their data type and other attributes.

Synopsis

SHOW COLUMNS FROM [schema.]table

Examples

🚧

DESCRIBE is not currently supported in Superset.

DESCRIBE is an alias for the SHOW COLUMNS command, but in Superset, there is a known issue where the DESCRIBE command throws the error Only SELECT statements are allowed against this database.