码迷,mamicode.com
首页 > 数据库 > 详细

oracle 聚合函数 LISTAGG ,将多行结果合并成一行

时间:2018-11-02 00:09:24      阅读:655      评论:0      收藏:0      [点我收藏+]

标签:rac   解决   转码   to_char   cat   category   乱码问题   oracle   合并   

 

LISTAGG( to_char(Item_Category_Name), ‘,‘) WITHIN GROUP(ORDER BY Item_Category_Name)  -- 将 Item_Category_Name 列的内容以", "进行分割合并、排序;

to_char(Item_Category_Name) --  to_char(列名)  解决使用聚合函数 LISTAGG 进行查询后,对查询结果乱码问题进行转码处理;


oracle 聚合函数 LISTAGG ,将多行结果合并成一行

标签:rac   解决   转码   to_char   cat   category   乱码问题   oracle   合并   

原文地址:https://www.cnblogs.com/zxf330301/p/9892993.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!