This functor inserts a row into a specified table.
Name | Type | Description |
---|---|---|
Result | Table | The resulting table containing the new row. |
The tuple corresponding to the new row must have elements corresponding to all table columns. Otherwise, an error will be reported.
If a row containing the same keys of the given tuple already exists in the input table, the existent row is updated with the new values.
AddTableRow