13 lines
201 B
Plaintext
13 lines
201 B
Plaintext
|
[[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).
|