Is there any SQL listagg function equivalent in DQL?
I wanted to combine my 2 records with same r_object_id in one record.
For Example. one record has r_version_label as "CURRENT"
and other record has r_version_label as "1.3" and both records have same r_object_id.
If not listagg function, is there any other way to combine both the records as one record using DQL.