在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

相关文章:

  • 2022-01-19
  • 2021-09-19
  • 2021-09-06
  • 2021-10-12
猜你喜欢
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-02-03
  • 2022-03-04
相关资源
相似解决方案