Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 286 Bytes

File metadata and controls

16 lines (11 loc) · 286 Bytes
title Insert Into a Table
sidebarTitle Insert Into a Table

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:

my_table.insert(table_to_be_inserted)