select CONCAT(COLUMN_NAME ,',') from information_schema.COLUMNS where table_name = '表名' and table_schema = '库名';

相关文章:

  • 2021-08-02
  • 2022-02-27
  • 2021-10-05
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
猜你喜欢
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
相关资源
相似解决方案