Unsupported data types and operators

更新时间:
复制 MD 格式

The following MySQL data types and operators are not supported in AnalyticDB for MySQL. Review this list before migrating schemas or SQL to identify areas that require changes.

Unsupported data types

Item Data type
Numeric type BIT
DEC
UNSIGNED
Note Unsigned numbers are not supported.
String type TINYBLOB
MEDIUMBLOB
LONGBLOB
Spatial data type GEOMETRY
LINESTRING
POLYGON
MULTIPOINT
MULTILINESTRING
MULTIPOLYGON
GEOMETRYCOLLECTION
Complex data type ENUM
SET

Unsupported operators

OperatorDescription
:=Assignment
~Bitwise negation