Get filtered documents and its nodes by query -
04-22-2006
, 09:22 PM
Hello,
I wanna know if it is possible to filter documents and some elements
within the same result set at the same time in one query?
e.g I have employee instances. If I apply query on nodebased container
that is give me all employees where employees.salary > 4000 return
employee.id, employee.ssn and besides these attributes return whole
document instances which satisfy above condition (>4000).
Thanks |