Execute Multiple SQL Queries

Executes multiple SQL operations in a single query.

To execute multiple update commands in a same database operation:

  1. Create a database operation with a type such as UPDATE.

  2. Write your SQL query. Append semicolon (;) and then write another SQL query.

  3. Set the Action > Input > Is Multiple Sql property as true.

  4. Save the action.