Hello Mahler,
Please help me with this problem.
if it's possible, of course.

can I use Nested Queries in this OQL implementation?
something like this:

SELECT struct {name: S.name,courses:
        ( SELECT E
          FROM S.enrolled E
          WHERE E.Department=�CS�
        )
}
FROM StudentExt S
Or, on SQL
1. select * from users, products where users.id = products.createby and
users.name = "Alex";

2. select * from products where products.createby =
(select user.id from users where user.id='Alex');


thank you.
-- 
Best regards,
 Alexander                            mailto:[EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to