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

How can i use Common Table Expressions (CTE)? #577

Open
honhimW opened this issue Jan 15, 2023 · 1 comment
Open

How can i use Common Table Expressions (CTE)? #577

honhimW opened this issue Jan 15, 2023 · 1 comment

Comments

@honhimW
Copy link

honhimW commented Jan 15, 2023

No description provided.

@jeffgbutler
Copy link
Member

"with" queries are not supported at this time. I hope to add support for this at some point.

We do support select ... from (select ...) which is similar in some cases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants