【发布时间】:2018-08-31 10:11:10
【问题描述】:
我尝试使用重复属性加入这些表格:
table1:
r_object_id codes
... 1,2,3,4,5
... 7,6,3,4,5
... 1,5,4,2,3
其中codes 属性是重复属性。
table2:
r_object_id name code
... hello 1
... aba 2
... father 3
... mother 4
... hello2 5
... hello3 6
... hello4 7
我想要这样的结果:
table1.r_object_id names
... hello,aba,father,mother,hello2
我能做什么?
【问题讨论】:
标签: repeat documentum documentum-dql