Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 233 Bytes

File metadata and controls

17 lines (12 loc) · 233 Bytes
title Query a View
sidebarTitle Query a View

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;