Cast Functions and Operators
+2
T
q
d
O
Cast functions and operators enable conversion of values from one data type to another. TiDB supports all of the cast functions and operators available in MySQL 5.7.
List of cast functions and operators
Name | Description |
---|---|
BINARY | Cast a string to a binary string |
CAST() | Cast a value as a certain type |
CONVERT() | Cast a value as a certain type |
Cast Functions and Operatorswas last updated 11/17/2023, 7:54:48 AM: update aliases for release-7.5 branch (#15367)