Back to Mindsdb

Insert Into a Table

docs/sdks/python/insert_into_table.mdx

26.1.0215 B
Original Source

Description

The insert() function is executed on a table from a data source connected to MindsDB. It inserts data into a table.

Syntax

Here is the syntax:

sql
my_table.insert(table_to_be_inserted)