查询数据表的所有列的列名
select group_concat(COLUMN_NAME SEPARATOR ‘,‘) from information_schema.COLUMNS where table_name = ‘wx_fans‘;
mysql 查询数据表的所有列名
原文:https://www.cnblogs.com/zxqblogrecord/p/11977338.html