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

move with_expression out of statements #4

Open
machow opened this issue Mar 20, 2017 · 0 comments
Open

move with_expression out of statements #4

machow opened this issue Mar 20, 2017 · 0 comments

Comments

@machow
Copy link
Contributor

machow commented Mar 20, 2017

common table expressions all have with_expression in them. Like so,

select_statement
    : with_expression? query_expression order_by_clause? for_clause? option_clause? ';'?
    ;

Should move it out, like rule: with_expression? common_table_expression ...

see https://msdn.microsoft.com/en-us/library/ms175972.aspx

@machow machow self-assigned this May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants