On Thursday, May 9, 2002, at 12:27 PM, Eric Pugh wrote: > I wanted to be able to do this: > select * from reaction where reaction_id not in(select reaction_id from > well) > > How do you do a not in() with a select statement vesus just a bunch of > values? > > I'm guessing the Criteria.CUSTOM would work, but is there a better way?
I think Criteria.CUSTOM is your only option in this case. -Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
