Back to Mindsdb

Use a Project

docs/mindsdb_sql/sql/use/project.mdx

26.1.0300 B
Original Source

Description

The USE statement will change the context of MindsDB to the specified project. This allows you to run subsequent queries within the context of that project.

Syntax

Here is the syntax:

sql
USE project_name;

On execution, we get:

sql
Query successfully completed