Delete Rows by Value

Delete one or more rows in a database that match a value in a column.

If you are unsure how to use Databases, we have a tutorial that goes over them here.

This block will delete multiple values if they match the search value.

What does it do?

The Delete Rows by Value block allows you to delete all rows that match a specified column value.

Example of Delete Rows by Value Block


Inputs

Database Required

Provide the name of the database to use for this block.

The database must exist on the current bot.

Example: my_database

Column Required

Provide the name of a column in the selected database.

Make sure that the column exists in the selected database.

Example: my_column

Value Required

Provide a value to look up in the selected database/column.

Example: Example value!

Outputs

This block does not have any outputs.