
04-06-2007, 03:47 AM
|
 |
Demi-God
|
|
Join Date: Aug 2003
Posts: 1,056
|
|
Quote:
BINARY Cast a string to a binary string
BIT_AND() Return bitwise and
BIT_COUNT() Return the number of bits that are set
BIT_LENGTH() Return length of argument in bits
BIT_OR() Return bitwise or
BIT_XOR() Return bitwise xor
& Bitwise AND
| Bitwise OR
^ Bitwise XOR
/ Division operator
|
The rest of them are here
__________________
Quote:
Analysis paralysis will keep you from failing, but it will also keep you from succeeding.
|
|