Re: Alternative for ampersand

"Jimmy Wu" <[email protected]> Thu, 26 Jul 2007 08:35:59 -0400
Newsgroups gmane.comp.db.mysql.windows
Message-ID <[email protected]>
------=_Part_185831_518484.1185453359149
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

If logical AND is what you're looking for, you can use a double ampersand
(&&) or just use (AND)
See this page for more:
http://dev.mysql.com/doc/refman/5.0/en/logical-operators.html


On 7/26/07, Engelbert Gazo <[email protected]> wrote:
>
> Hellow there,
>
>    Is there an alternative for ampersand? Because in my MYSQL the
> ampersand function as a bitwise operator.
>
> P.S.
>    I'm still a newbie in MYSQL so kindly speak english.
>    THANK YOU.
>
>
>
> ____________________________________________________
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://ph.mail.yahoo.com

------=_Part_185831_518484.1185453359149--