Hi,
I have list of document ids. My requirement is to display the path of those IDs.
Can someone help me on this please?
I used below query. It doesn't help me.
select dataid, name, sys_connect_by_path(name,':') path from dtree where subtype = 144 connect by prior dataid = parentid and dataid in (3987729) start with parentid = -1;
Our database is Oracle 10g
Livelink version 9.7.0
Regards,