> ## 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.

# Query a View

## Description

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

## Syntax

Here is the syntax:

```sql theme={null}
SELECT *
FROM project_name.view_name;
```
