delete_rows
Delete rows from a MySQL table that satisfy a given WHERE condition, with support for bound parameters to prevent SQL injection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| where | Yes | ||
| table_name | Yes | ||
| where_params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||