This topic describes the MySQL data types, including their attributes and storage requirements, supported by OceanBase Database V4.3.3.
OceanBase Database V.3.3 supports the following MySQL data types:
OceanBase Database allows you to compare data of any two or more data types. Possible comparison results are as follows:
Nonzero value or
TRUE0orFALSENULL
To compare data of different data types, OceanBase Database chooses a data type as the reference based on related rules. All the data to be compared must be logically converted into the reference data type before comparison. If a text type is chosen as the reference, a collation is also required.
For information about the conversion rules, see Convert data types in expression evaluation.