Back to Mindsdb

Delete From a Table

docs/sdks/python/delete_from.mdx

26.1.0231 B
Original Source

Description

The delete() function is executed on a table from a data source connected to MindsDB. It deletes rows from a table.

Syntax

Here is the syntax:

sql
data_source.tables.table_name.delete(key=values, ...)