show-columns.asciidoc 234 B

1234567891011121314
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[sql-syntax-show-columns]]
  4. === SHOW COLUMNS
  5. .Synopsis
  6. [source, sql]
  7. ----
  8. SHOW COLUMNS [ FROM | IN ] ? table
  9. ----
  10. .Description
  11. List the columns in table and their data type (and other attributes).