title aliases 位函数和操作符 /docs-cn/dev/functions-and-operators/bit-functions-and-operators/ /docs-cn/dev/reference/sql/functions-and-operators/bit-functions-and-operators/ 位函数和操作符 TiDB 支持使用 MySQL 5.7 中提供的所有位函数和操作符。 位函数和操作符表 函数和操作符名 功能描述 BIT_COUNT() 返回参数二进制表示中为 1 的个数 & 位与 ~ 按位取反 | 位或 ^ 位亦或 << 左移 >> 右移