Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 338 Bytes

File metadata and controls

17 lines (12 loc) · 338 Bytes
title Insert Into a Table
sidebarTitle Insert Into a Table

Description

The runQuery() function executes a query given as its argument directly in MindsDB.

Syntax

Here is the syntax:

const query = `INSERT INTO integration_name.table_name (SELECT ...)`;
const queryResult = await MindsDB.SQL.runQuery(query);