execute_insert
Insert data into a SQL Server table and return the inserted row ID when available.
Instructions
Insert data into a table. Returns the inserted row ID if available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Object with column names as keys and values to insert | |
| tableName | Yes | Name of the table to insert into |