...in MySQL, to keep the list filter happy :-(  

Hi,

I have several different SELECTs, each of which returns a set of results which
I'd like to combine in a boolean fashion.
So, say I have 4 selects, w, x, y, and z, I might want to do:

((x AND y) OR Z ) AND (NOT w)

What's the best way of going about this?

any of the selects could on their own return 10,000's of result, but all
combined, they should return less than 100, so how should I go abotu doign the
boolean combination?

cheers,

Chris

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to