Run long query using custom SQL
The Run long query using custom SQL action enables you to execute custom SQL queries asynchronously, adhering to the configured timeout. It supports executing Data Manipulation Language (DML) statements such as INSERT, UPDATE, and DELETE, along with Data Definition Language (DDL) commands like CREATE, ALTER, and DROP.
Action Conditions
| Action condition | Description |
|---|---|
| SQL |
|
| Statement count | Provide the MULTI_STATEMENT_COUNT parameter, which corresponds to the number of SQL statements being submitted. |