Documentation Index
Fetch the complete documentation index at: https://mindsdb-dependabot-npm-and-yarn-docs-multi-349381870a.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
TheDELETE statement removes rows that fulfill the WHERE clause criteria.
Syntax
Here is the syntax:table_name table (that belongs to the integration_name integration) wherever the column_name column value is equal to column_value_to_be_removed.
And here is another way to filter the rows using a subquery:
table_name table (that belongs to the integration_name integration) wherever the column_name column value is equal to one of the values returned by the subquery.