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 Broytmannhttp://phd
On Wed, Oct 1, 2008 at 5:56 PM, Leandro Sales <[EMAIL PROTECTED]> wrote:
> How can I add more than 2 ands in a query?
>
> Something like:
> MySQLObject.select(AND(X,Y,Z))
>
> Thank you,
> Leandro.
>
I tested in this way and it worked. Thank you,
Leandro.
How can I add more than 2 ands in a query?
Something like:
MySQLObject.select(AND(X,Y,Z))
Thank you,
Leandro.
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based app