hi alexander,

ojb provides only limited support for sub-queries in pb-api. sorry, no sub-queries for oql.

jakob

Alexander Prozor wrote:

Hello Again :),
is it possible to use nested queries in OJB OQL ?
something like :

select distinct struct (code: c.crse_code, title: c.crse_title,
(select x
from c.offers x
where x.enrollment < 20))
from courses c

or define to classes or more in From statements?
thank you.






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



Reply via email to