CherylAnderton
Technical User
Does anyone know the syntax to query folders in a group? I've tried a few and my query runs forever. I don't believe a have the correct join.
select d.name from dtree d, dtreeacl dc
where dc.rightid = /*the id of the group */
and d.dataid = dc.dataid
select d.name from dtree d, dtreeacl dc
where dc.rightid = /*the id of the group */
and d.dataid = dc.dataid