Skip to main content
Version: 4

Delete Multiple Rows

The d****elete multiple rows action allows you to remove multiple rows simultaneously. 

errorUse this action cautiously, as it PERMANENTLY deletes rows from the table.

Action Conditions​

Action condition
Description
Table

Select the table from which you want to delete a row.

WHERE Condition

Enter the conditions using the WHERE clause to specify unique identifiers in the table that uniquely identify the rows you wish to delete.


Following is an example of a WHERE clause condition:

WHERE CUSTOMER_ID = 12345