mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-07-01 02:43:45 -04:00
14 lines
234 B
Text
14 lines
234 B
Text
[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).
|