Skip to content

Commit

Permalink
bit-functions-and-operators: fix PDF build issue (#18232)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai committed Aug 2, 2024
1 parent 00939fd commit 131c86c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions functions-and-operators/bit-functions-and-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ TiDB 支持使用 MySQL 8.0 中提供的所有[位函数和操作符](https://de
| 函数和操作符名 | 功能描述 |
| -------------- | ------------------------------------- |
| [`BIT_COUNT()`](#bit_count) | 返回参数二进制表示中为 1 的个数 |
| [`&`](#按位与) | 按位与 |
| [`~`](#按位取反) | 按位取反 |
| [`\|`](#按位或) | 按位或 |
| [<code>&</code>](#按位与) | 按位与 |
| [<code>~</code>](#按位取反) | 按位取反 |
| [<code>\|</code>](#按位或) | 按位或 |
| [`^`](#按位异或) | 按位异或 |
| [`<<`](#左移) | 左移 |
| [`>>`](#右移) | 右移 |
Expand Down

0 comments on commit 131c86c

Please sign in to comment.