Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DQL-Documentum query

Tags:

dql

documentum

Can any one please provide a solution in Documentum Query Language to access the folder details of a file checked out from documentum if we provide the object_id of the corresponding file. Thank You.......

like image 260
Anjana Avatar asked Apr 14 '26 05:04

Anjana


1 Answers

You can try this dql: select * from dm_folder where r_object_id in (select i_folder_id from dm_document where r_object_id = '<objectId>')

like image 174
David Pierre Avatar answered Apr 23 '26 16:04

David Pierre



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!