Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 536 Bytes

File metadata and controls

26 lines (18 loc) · 536 Bytes
title USE Statement
sidebarTitle USE

USE statement

The USE integration_name statement provides an option to use the connected datasources and SELECT from the database tables. Even if you are connecting to MindsDB as MySQL database, you will still be able to SELECT from your database.

Preview the data

To connect to your database USE the created datasource:

USE integration_name

Then, simply SELECT from the tables:

SELECT * FROM table_name;

Use datasource