Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.19 KB

bit-functions-and-operators.md

File metadata and controls

22 lines (18 loc) · 1.19 KB
title summary category aliases
Bit Functions and Operators
Learn about the bit functions and operators.
reference
/docs/sql/bit-functions-and-operators/

Bit Functions and Operators

In TiDB, the usage of bit functions and operators is similar to MySQL. See Bit Functions and Operators.

Bit functions and operators

Name Description
BIT_COUNT() Return the number of bits that are set as 1
& Bitwise AND
~ Bitwise inversion
| Bitwise OR
^ Bitwise XOR
<< Left shift
>> Right shift