Re: Struggling with qualifiers involving sets
Re: Struggling with qualifiers involving sets
- Subject: Re: Struggling with qualifiers involving sets
- From: Arturo PĂ©rez <email@hidden>
- Date: Sun, 3 Aug 2003 23:52:27 -0400
On Sunday, August 3, 2003, at 06:23 PM, Art Isbell wrote:
On Sunday, August 3, 2003, at 01:39 AM, Kaj Hejer wrote:
Or you could just use EOOrQualifier since an "IN" qualifier is a
short cut for "OR"ing several qualifiers.
Not always. What about
select a from b where col in (select c from d where col2 = e)
If that subselect returns more than a few dozen things then ORing is
going to be a major
pain.
How would you address the above? And can you do it without using
something from
Project Wonder? :) Thanks in advance for your suggestions.
-------
WebObjects in Philadelphia. You want a cheesesteak with that?
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.