flatwang
---用逗号隔开查询数据 两种方式
select wmsys.wm_concat(name) from table_name;

SELECT xType, ListAgg(to_char(City),\',\') WITHIN GROUP(ORDER BY xType) AS xCity FROM MyTest GROUP BY xType 

 

分类:

技术点:

相关文章:

  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-11-22
  • 2021-12-12
  • 2021-12-02
猜你喜欢
  • 2021-11-28
  • 2021-11-28
  • 2022-12-23
  • 2022-03-09
  • 2021-07-28
  • 2022-12-23
  • 2021-10-03
相关资源
相似解决方案