Description
TherunQuery() function executes a query given as its argument directly in MindsDB.
runQuery() function executes a query given as its argument directly in MindsDB.
const query = `DROP TABLE integration_name.table_name;`;
const queryResult = await MindsDB.SQL.runQuery(query);
Was this page helpful?