Updating Records
Update records in Standard by appending the constraint name and value to be updated to the table declaration. If you do not follow the constraint name/value with a query, all constraints will be updated to the given value.
Format
[std_name] CONST_NAME NEW_CONST_VAL ?<FILTER_PARAMS...>
[vehicles] year 1984 <color "Green", LIMIT 4>