SHOW COLUMNS
Syntax
SHOW COLUMNS [FROM | IN] table
Description
This expression is used to list the column information of a specified table.
Example
List the column information of the fruit table:
SHOW COLUMNS FROM fruit; SHOW COLUMNS IN fruit;
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.