Qore SqlUtil Module Reference  1.7.5
SQL Update Operator Functions

These are functions that can be used as the values of update keys in select statements:

Update operator functions can be nested as in the following example:

Example:
int rows_updated = t.update(("permission_type": uop_append("-migrated", uop_lower())));