Qore SqlUtil Module Reference  1.7.5
SQL Column Operator Functions

These are functions that can be used in the "columns" argument for select statements:

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

Example:
*list<auto> rows = t.selectRows(("columns": cop_as(cop_lower("permission_type"), "perm"), "where": ("permission_type": "USER"), "limit": 100, "offset": 200));