Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support View Create/Select/Alter #4610

Closed
sundy-li opened this issue Mar 29, 2022 · 0 comments · Fixed by #4628
Closed

Feature: Support View Create/Select/Alter #4610

sundy-li opened this issue Mar 29, 2022 · 0 comments · Fixed by #4628
Assignees
Labels
A-query Area: databend query C-feature Category: feature good first issue Category: good first issue v0.8
Milestone

Comments

@sundy-li
Copy link
Member

Summary

Description for this feature.

View is kind of like UDS (user-defined-SQL), eg:

CREATE VIEW AS Stmt

Stmt is a query statement.

Example:

create table tmp_view as select number % 3 as a, avg(number) from numbers(1000) group by a;
@sundy-li sundy-li added the C-feature Category: feature label Mar 29, 2022
@BohuTANG BohuTANG added the good first issue Category: good first issue label Mar 29, 2022
@Veeupup Veeupup self-assigned this Mar 29, 2022
This was referenced Mar 31, 2022
@BohuTANG BohuTANG added A-query Area: databend query v0.8 labels Apr 1, 2022
@Xuanwo Xuanwo added this to the v0.8 milestone May 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-query Area: databend query C-feature Category: feature good first issue Category: good first issue v0.8
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants