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

 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
猜你喜欢
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-31
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
相关资源
相似解决方案