I'm trying to use CALL SQL whith a query like this:
CALL SQL select foo.id, foo.foo from foo where foo.id IN (select ......) AS
classname.
If I execute the query
select foo.id, foo.foo from foo where foo.id IN (select ......)
I get the right results.
But If I execute the OQL query it seems that the OQL parser translates my
query in
select foo.id, foo.foo from foo where foo.id IN ()
cutting down the select inside ().
Any hint?
Francesco
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev