A string of the form Key1 = Value1, Key2 = Value2, etc. where each key and value are from the dict.
DictValue | Column name / value pairs to use to build set clause. |
Note that for the dicts, you (currently) must put quotes around any values that will go into text columns or receive an error. We may add support in a future release for automatically detecting the column type and quoting values as necessary.
For information regarding exceptions / errors, see
here.
% SqlSetClause {intvalue 1 realvalue 1.1}
intvalue = 1, realvalue = 1.1