Function and Operator Reference

You are viewing an old version of this article. View the current version here.

This article is currently incomplete.

NameDescription
&Bitwise AND
<<Left shift
>>Shift right
^Bitwise XOR
## Bitwise OR
~Bitwise NOT
BIT_COUNTReturns the number of set bits

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.