Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt

Use this file to discover all available pages before exploring further.

Description

The SELECT statement fetches data from a view that resides inside a project.

Syntax

Here is the syntax:
SELECT *
FROM project_name.view_name;