12345678910111213141516171819 |
- [role="xpack"]
- [testenv="basic"]
- [[sql-syntax-show-columns]]
- === SHOW COLUMNS
- .Synopsis
- [source, sql]
- ----
- SHOW COLUMNS [ FROM | IN ] ? table
- ----
- .Description
- List the columns in table and their data type (and other attributes).
- ["source","sql",subs="attributes,callouts,macros"]
- ----
- include-tagged::{sql-specs}/docs.csv-spec[showColumns]
- ----
|