mysql导出表结构到一张excel表 SELECT t.table_name AS ‘表名’, t.table_comment AS ‘中文名’, sc.column_name AS ‘字段’, sc.column_type AS ‘类型’, sc....