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.
| Operator | Support | Description |
|---|---|---|
= | Supported | Assigns a value to a variable. Valid only in a SET statement or the SET clause of an UPDATE statement. |
:= | Not supported | — |
Is this page helpful?