Hi:
I have written this query to get all the folder structure under a parent folder and now i want to include the folder path.
Any help how this could be acheived?
Select DATAID, OWNERID,NAME, CREATEDATE, ACT from Dtree where dataid in (select dataid from DTreeAncestors where DTreeAncestors.AncestorID= %1 and subtype = 0)