On Wed, Oct 01, 2008 at 05:56:31PM -0300, Leandro Sales wrote:
> How can I add more than 2 ands in a query?
> 
> Something like:
>   MySQLObject.select(AND(X,Y,Z))

.select(AND(AND(X,Y,Z), AND(A,B,C)))

   or just

.select(X & Y & Z & A & B & C))

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to