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