Assignment Operators
Description
The function of the assignment operator is to assign the expression on the right-hand side of the operator to the expression on the left-hand side. In Doris, the assignment operator can only be used in the SET part of the UPDATE statement and in the SET statement. For details, please refer to the UPDATE statement and the SET statement.
Operators
Operator | Purpose | Example |
---|---|---|
Assign the result of | SET enable_profile = true |