Help Center/
Data Lake Insight/
Flink SQL Syntax Reference/
Flink Opensource SQL 1.10 Syntax Reference/
Constraints and Definitions/
Syntax Definition/
Data Definition Language (DDL)/
CREATE VIEW
Updated on 2022-07-12 GMT+08:00
CREATE VIEW
Syntax
CREATE VIEW [IF NOT EXISTS] view_name [{columnName [, columnName ]* }] [COMMENT view_comment] AS query_expression
Function
Create a view with multiple layers nested in it to simplify the development process.
Description
IF NOT EXISTS
If the view already exists, nothing happens.
Example
Create a view named viewName.
create view viewName as select * from dataSource
Parent topic: Data Definition Language (DDL)
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot