MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Tables, Views, Files
Delete From a Table
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SDKs
Overview
Mongo-QL
Python SDK
Connect
Databases
ML Engines
Projects
Models
Predictions
Tables, Views, Files
Create a Table
Remove a Table
Query a Table
Native Queries
Update a Table
Insert Into a Table
Join Tables On
Delete From a Table
Create a View
Remove a View
Query a View
List Views
Upload a File
Remove a File
Query a File
Jobs
JavaScript SDK
On this page
Description
Syntax
Tables, Views, Files
Delete From a Table
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:
Copy
Ask AI
data_source
.
tables
.
table_name
.
delete
(
key
=
values
, ...)
Suggest edits
Raise issue
Join Tables On
Create a View
Assistant
Responses are generated using AI and may contain mistakes.