Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 298 Bytes

File metadata and controls

17 lines (12 loc) · 298 Bytes
title Query a Table
sidebarTitle Query a Table

Description

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

Syntax

Here is the syntax:

const query = `SELECT * FROM table_name`;
const queryResult = await MindsDB.SQL.runQuery(query);