I know castor supports a "in list" OQL where clause (i.e. SELECT o FROM foo o
WHERE id IN LIST(1,2,3)). How does one do an exclusive query? The following
OQL:
SELECT o FROM foo o WHERE id NOT IN LIST(1,2,3)
produces the following error:
An incorrect token type was found near NOT (found KEYWORD_NOT, but expected
END_OF_QUERY)
Thanks,
Jon
-------------------------------------------------
If you wish to unsubscribe from this list, please
send an empty message to the following address:
[EMAIL PROTECTED]
-------------------------------------------------