Closed hustjieke closed 4 years ago
MySQL 8.0 syntax:
{EXPLAIN | DESCRIBE | DESC} tbl_name [col_name | wild]
This statement will be changed to show columns from table or show columns from table like wild if has wild option.
show columns from table
show columns from table like wild
wild
MySQL 8.0 syntax:
This statement will be changed to
show columns from table
orshow columns from table like wild
if haswild
option.