SHOW FULL COLUMNS
SHOW FULL COLUMNS is used to show content in columns from specified tables.
tip
This operation does not require privileges.
Syntaxβ
SHOW FULL COLUMNS FROM <tbl_name>
Examplesβ
- 
View column content from specified tables.
SHOW FULL COLUMNS FROM tbl;