MindsDB home page
Search...
⌘K
Ask AI
Login
Get Started
Get Started
Search...
Navigation
Manipulate Data in Tables, Views, and Files
Query a View
Documentation
SQL API
SDKs
REST API
Integrations
Contribute
FAQs
Join our Slack
GitHub
SQL API
Overview
MindsDB SQL Syntax
Get Started
Integrate Data Sources
Integrate AI Engines
Create Projects
Deploy Models
Get Predictions
Manipulate Data in 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
Upload a File
Remove a File
Query a File
Automate Workflows with Jobs
Automate Workflows with Triggers
Customize Chatbots with Agents
On this page
Description
Syntax
Manipulate Data in Tables, Views, and Files
Query a View
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
;
Suggest edits
Raise issue
Remove a View
Upload a File
Assistant
Responses are generated using AI and may contain mistakes.