查询数据表的所有列的列名

select group_concat(COLUMN_NAME SEPARATOR  ',') from information_schema.COLUMNS where table_name = 'wx_fans';