Assignment Operator (=)
OPERAND-A = OPERAND-B
The assignment operator (=
) is used in SET update expressions to assign the value of the right operand (OPERAND-B
) to the left operand (OPERAND-A
).
The left operand should be either an attribute variable (ATTRIBUTE
) or an element of an array attribute variable (ATTRIBUTE[i]
).