duro::update - update Duro table
duro::update tablename ?whereExpression? attrname expression ?attrname expression ...? txId
Updates all tuples for which whereExpression evaluates to true in the table specified by tablename. If whereExpression is not specified, all tuples are updated.
whereExpression (or tablename, if whereExpression is not specified) is followed by pairs of arguments. The first element of each pair is the name of an attribute to be updated and the second element is an expression specifying the new value for that attribute.