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

Support Optional AS Keyword in CTE #198

Closed
reata opened this issue Dec 12, 2021 · 0 comments · Fixed by #199
Closed

Support Optional AS Keyword in CTE #198

reata opened this issue Dec 12, 2021 · 0 comments · Fixed by #199
Assignees
Labels
enhancement New feature or request

Comments

@reata
Copy link
Owner

reata commented Dec 12, 2021

When defining a CTE in SparkSQL, AS keyword is optional, though this is not allowed in MySQL.

WITH wtab1 (SELECT * FROM schema1.tab1) SELECT * FROM wtab1

Let's add support for this feature.

@reata reata added the enhancement New feature or request label Dec 12, 2021
@reata reata self-assigned this Dec 12, 2021
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

Successfully merging a pull request may close this issue.

1 participant