Loading

oracle wm_concat函数用法

在Oracle中使用wm_concat(column)可以实现字段的分组合并,逗号分隔。

(select wm_concat(g.SEAL_NAME) from gm_seal_definition g where instr(t.SEAL1_ID, g.SEAL_ID) > 0) SEAL1_NAME
posted @ 2019-10-08 21:21  青岑  阅读(2777)  评论(0编辑  收藏  举报