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()

@Concentum Concentum added the type: feature New feature. label Oct 28, 2023
@roxblnfk roxblnfk added this to Cycle Oct 28, 2023
@roxblnfk roxblnfk moved this to Todo in Cycle Oct 28, 2023
@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

@roxblnfk roxblnfk added this to the 2.7.x milestone Oct 28, 2023
@roxblnfk roxblnfk modified the milestones: 2.7.x, 2.8.x Dec 21, 2023
@msmakouz msmakouz moved this from Todo to In Progress in Cycle Dec 22, 2023
@msmakouz msmakouz self-assigned this Dec 22, 2023
@roxblnfk roxblnfk moved this from In Progress to Todo in Cycle May 4, 2024
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