Merges data into all records in a table, or a specific record, leaving unspecified fields untouched. This is a convenience wrapper that runs UPDATE <thing> MERGE <data_json>;.
Arguments
| Argument | Description |
|---|---|
thing | The table or specific record to merge into. |
data_json | The data to merge, as a JSON string. |
session | An optional session id. |
txn | An optional transaction id. |