OpenSearch/x-pack/docs/en/sql/language/syntax/show-columns.asciidoc

13 lines
201 B
Plaintext
Raw Normal View History

[[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).