Alternative for ampersand

Alternative for ampersand

am 26.07.2007 07:47:31 von Engelbert Gazo

--0-1040951605-1185428851=:55705
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Hellow there,=0A =0A Is there an alternative for ampersand? Because in m=
y MYSQL the ampersand function as a bitwise operator.=0A =0AP.S. =0A I'm=
still a newbie in MYSQL so kindly speak english.=0A THANK YOU. =0A=
=0A____________________________________________________ =0ATired of s=
pam? Yahoo! Mail has the best spam protection around =0Ahttp://ph.mail.yaho=
o.com
--0-1040951605-1185428851=:55705--

Re: Alternative for ampersand

am 26.07.2007 14:35:59 von Jimmy Wu

------=_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.htm l


On 7/26/07, Engelbert Gazo 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--