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

ENHANCEMENT (Low Prio): Allow for "Create View" statements to reference other "Create View" tables #654

Open
Zwky26 opened this issue Jul 28, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Zwky26
Copy link

Zwky26 commented Jul 28, 2022

LOW PRIORITY:

When creating new View tables, it would be nice to reference previously-created View tables.

image

In the image, I have created a View "t_pos". When attempting to create a second View that references and joins on "t_pos", we see that the view is recognized, but attempting to create the second view results in an error.
image

image

Either disabling View reference entirely, or enabling views to reference one another may improve usage

@Zwky26 Zwky26 changed the title ENHANCEMENT: Allow for "Create View" statements to reference other "Create View" tables ENHANCEMENT (Low Prio): Allow for "Create View" statements to reference other "Create View" tables Jul 28, 2022
@ssamus ssamus added the enhancement New feature or request label Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

5 participants