查询某个表的所有字段 SELECT GROUP_CONCAT(COLUMN_NAME) from information_schema.COLUMNS where table_name = 'tableName';