Assignment Operators

Compared with the original openGauss, Dolphin modifies the assignment operators as follows: Values can be assigned using :=. For example, UPDATE table_name SET col_name := new_val;.

Feedback
    openGauss 2026-08-24 20:27:42
    cancel