database_execute_batch
Execute multiple SQL statements as a single batch on the active database connection, including support for optional parameters.
Instructions
Execute multiple SQL statements as a batch on the active database connection
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| batch | Yes | Array of SQL statements with optional parameters |