getOrderByColumns
This procedure turns a string into a string of formatted column names. For internal use only.
Parameters
Parameter | Description |
---|---|
orderBy | A string to be converted into column names |
Usage
SQL
CALL "UTILS.getOrderByColumns"("orderBy" => '"a", "b"');;
getOrderByColumns
available since v4.2