Skip to content

Commit

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

0 comments on commit ddc1bfa

Please sign in to comment.