Deletes all data rows from the selected database table that match the specified filter conditions.
The output table contains two columns. The first column is the number of rows affected by the DELETE statement. A number greater than or equal to zero -- indicates that the command was processed successfully and is an update count giving the number of rows in the database that were affected by the command's execution. The second column shows a warning message, if any.
Within the dialog, an SQL WHERE clause is interactively created by adding and grouping conditions.
- Type: DB SessionDB ConnectionDB Connection to the database.