Stephen Russell wrote:
> On Wed, Apr 23, 2008 at 9:25 AM, Kevin O'Shea <[EMAIL PROTECTED]>
> wrote:
> 
>> <snipped>
>> When building the lookup lists, we looked at using a
>> SELECT FROM maintable WHERE field1+field2+field3 NOT IN (SELECT
>> field1+field2+field3 FROM filterlisttable)
>><snipped>
> -------------------------------------
> 
> 
> are the keys the same between the tables?
> 
> SELECT FROM maintable
> WHERE pKey NOT IN
> (
> SELECT pKey  FROM filterlisttable
> )
> 
> 
> 

Steve -- isn't that what he already said in the original post right 
above what you wrote?!?!?!?!?????????????????????


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to