Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 354 Bytes

File metadata and controls

16 lines (11 loc) · 354 Bytes
title Native Queries
sidebarTitle Native Queries

Description

The query() function is executed on a data source connected to MindsDB and saved into a variable. This native query is executed directly on a data source.

Syntax

Here is the syntax:

my_data_source.query('SELECT * FROM datasource_name (<native query here>);')