MYSQL in a Nutshell (In a Nutshell (OReilly))
| Bitwise operators are used for comparing numbers based on their binary digits. These operators are listed in Table B-4.
The tilda (~) may be used to invert the bits of a value. |
| Bitwise operators are used for comparing numbers based on their binary digits. These operators are listed in Table B-4.
The tilda (~) may be used to invert the bits of a value. |