MySQL Forums
Forum List  »  Oracle

Re: can the function 'bitand' be used in mysql??
Posted by: Roland Bouman
Date: March 16, 2006 08:45AM

It's an operator in MySQL:

&

so,

BITAND(a,b)

would become

a & b

in MySQL.

http://dev.mysql.com/doc/refman/5.0/en/bit-functions.html

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: can the function 'bitand' be used in mysql??
7668
March 16, 2006 08:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.