Inserts one or more records into a table. This is a convenience wrapper that runs INSERT INTO <table> <data_json>;.
Arguments
| Argument | Description |
|---|---|
table | The table to insert into. |
data_json | A single record or an array of records, as a JSON string. |
session | An optional session id. |
txn | An optional transaction id. |