查询数据表的所有列的列名 select group_concat(COLUMN_NAME SEPARATOR ',') from information_schema.COLUMNS where table_name = 'wx_fans'; 相关文章: 2022-12-23 2022-12-23 2021-12-09 2022-01-04 2021-12-02 2022-02-09 2022-12-23 2021-07-20