显示列Show Columns
SHOW COLUMNS (FROM | IN) [db_name.]table_name
返回表中的列的列表。Return the list of columns in a table. 如果该表不存在,则会引发异常。If the table does not exist, an exception is thrown.
SHOW COLUMNS (FROM | IN) [db_name.]table_name
返回表中的列的列表。Return the list of columns in a table. 如果该表不存在,则会引发异常。If the table does not exist, an exception is thrown.