Qore SqlUtil Module Reference  1.7.1
All Classes Namespaces Functions Variables Modules Pages
SQL Update Operator Functions

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

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())));