show-columns.asciidoc 351 B

12345678910111213141516171819
  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).
  12. ["source","sql",subs="attributes,callouts,macros"]
  13. ----
  14. include-tagged::{sql-specs}/docs.csv-spec[showColumns]
  15. ----