Skip to content

Commit

Permalink
Update functions-and-operators/bit-functions-and-operators.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Aug 2, 2024
1 parent 25cec6b commit b276590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions-and-operators/bit-functions-and-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TiDB supports all of the [bit functions and operators](https://dev.mysql.com/doc
| [`BIT_COUNT()`](#bit_count) | Return the number of bits that are set as 1 |
| [<code>&</code>](#-bitwise-and) | Bitwise AND |
| [<code>~</code>](#-bitwise-inversion) | Bitwise inversion |
| [<code>\|<code>](#-bitwise-or) | Bitwise OR |
| [<code>\|</code>](#-bitwise-or) | Bitwise OR |
| [`^`](#-bitwise-xor) | Bitwise XOR |
| [`<<`](#-left-shift) | Left shift |
| [`>>`](#-right-shift) | Right shift |
Expand Down

0 comments on commit b276590

Please sign in to comment.