mysql:     SELECT name,group_concat(counts) from JY_STARTYEAR_SPIDER GROUP BY name;

在oracle下不识别group_concat函数

oracle:   SELECT name,to_char(wm_concat(counts)) from JY_STARTYEAR_SPIDER GROUP BY name;

相关文章:

  • 2021-08-17
  • 2022-12-23
  • 2021-07-22
猜你喜欢
  • 2022-12-23
  • 2022-02-14
  • 2022-01-03
  • 2022-12-23
  • 2021-07-26
  • 2021-09-21
相关资源
相似解决方案