mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-04-18 05:10:33 +00:00
15 lines
234 B
Plaintext
15 lines
234 B
Plaintext
[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).
|