Assignment operators

Updated at:

This topic describes the assignment operators that are supported by PolarDB-X 1.0 and the assignment operators that are not supported by DRDS.

PolarDB-X 1.0 supports the = operator but not the := operator.

OperatorSupportDescription
=SupportedAssigns a value to a variable. Valid only in a SET statement or the SET clause of an UPDATE statement.
:=Not supported