MindsDB home page
Search...
⌘K
MindsDB
Open Source Product Docs
Overview
Introduction
Overview
Data Unification
Knowledge Bases
Tables, Views, and Files
Create a Table
Remove a Table
Query a Table
Native Queries
Update a Table
Insert Into a Table
Join Tables On
Delete From a Table
Create a View
Remove a View
Query a View
Alter a View
Upload a File
Remove a File
Query a File
Projects
Data Transformation
Functions
Standard SQL Support
Data Automation
Jobs
Triggers
Use Cases
AI-Powered Data Retrieval
Data Enrichment
Automated Fine-Tuning
AI Workflow Automation
MindsDB home page
Search...
⌘K
Ask AI
Slack
GitHub
Website
Watch Video
Watch Video
Search...
Navigation
Tables, Views, and Files
Query a View
Documentation
Connect
Unify
Respond
MCP API
SDKs & APIs
Contribute
FAQs
Documentation
Connect
Unify
Respond
MCP API
SDKs & APIs
Contribute
FAQs
Slack
GitHub
Website
Watch Video
On this page
Description
Syntax
Tables, Views, and Files
Query a View
Copy page
Description
The
SELECT
statement fetches data from a view that resides inside a project.
Syntax
Here is the syntax:
Copy
Ask AI
SELECT
*
FROM
project_name
.
view_name
;
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Remove a View
Alter a View
Assistant
Responses are generated using AI and may contain mistakes.