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

💡 Using Common Table Expression (CTE) #139

Open
Concentum opened this issue Oct 28, 2023 · 1 comment
Open

💡 Using Common Table Expression (CTE) #139

Concentum opened this issue Oct 28, 2023 · 1 comment
Assignees
Labels
type: feature New feature.
Milestone

Comments

@Concentum
Copy link

I have an idea!

Please consider implementing a function to use a common table expression (CTE).
in SelectQuery.
This feature can greatly simplify complex queries and make them more understandable.

This might look like function withQuery() or withCTE()

@roxblnfk
Copy link
Member

roxblnfk commented Oct 28, 2023

Or it might be some Fragment that contains Select object and alias.

I think it's a good feature after JSON functions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature.
Projects
Status: Todo
Development

No branches or pull requests

3 participants