describe command
Note
To see which AWS data source integrations support this PPL command, see Commands.
Use the describe
command to get detailed information about the
structure and metadata of tables, schemas, and catalogs. Here are various
examples and use cases of the describe
command.
Describe
describe table
This command is equal to theDESCRIBE EXTENDED table
SQL commanddescribe schema.table
describe schema.`table`
describe catalog.schema.table
describe catalog.schema.`table`
describe `catalog`.`schema`.`table`