-
Notifications
You must be signed in to change notification settings - Fork 240
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
Support With Clause #48
Comments
Hi, could I check if there are any recent plans for WITH statements to be supported? |
I think an alternative workaround here is to use the parser in the Vitess project directly. Since PR vitessio/vitess#8918 it "Add parsing for common table expressions using WITH clause" I think the SQL Parser can be imported with EDIT I got this working. You can see how I used it here: grafana/grafana@3d952d0 It works fine on CTEs 🎉 |
There's a second alternative workaround too - use DoltHub's hard-fork of the Vitess project, which is this one: I got this working too, here: grafana/grafana@45f9adf |
https://dev.mysql.com/doc/refman/8.0/en/with.html#common-table-expressions-syntax
The text was updated successfully, but these errors were encountered: