insert_records
Insert records into a database table by specifying the table name and an array of record objects.
Instructions
Insert records into a specified table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| records | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |