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 theSHOW COLUMNS
command, but in Superset, there is a known issue where theDESCRIBE
command throws the errorOnly SELECT statements are allowed against this database.
Updated 2 months ago