MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Tables, Views, Files
Update 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
Update a Table
Description
The
update()
function is executed on a table from a data source connected to MindsDB. It updates a table on specified columns.
Syntax
Here is the syntax:
Copy
Ask AI
my_table
.
update
(table_used_to_update,
on
=
['column1', 'column2', ...])
Check out the
SQL syntax
to better understand how the
update()
function works.
Suggest edits
Raise issue
Native Queries
Insert Into a Table
Assistant
Responses are generated using AI and may contain mistakes.