Skip to content

Which is collect, <multset value expression> or <multiset value expression> #16

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

Closed
GCer-Hidenori opened this issue Mar 3, 2020 · 3 comments

Comments

@GCer-Hidenori
Copy link
Contributor

I just found typo of <multset value expression> or <multiset value expression> .
In sql-2003-2.bnf,the below lines uses <multset value expression> but no definition in BNF.
<multiset element reference> ::=
ELEMENT <left paren> <multset value expression> <right paren>

But there is <multiset value expression> definition in BNF.
<multiset value expression> ::=
<multiset term>
| <multiset value expression> MULTISET UNION [ ALL | DISTINCT ] <multiset term>
| <multiset value expression> MULTISET EXCEPT [ ALL | DISTINCT ] <multiset term>

@ronsavage
Copy link
Owner

It must be a typo for . I scanned the repo and there is only 1 reference to multset, in sql-2003-2.bnf, and 1 on the corresponding sql-2003-2.bnf.html.
Are you able to edit the latter file too?

@ronsavage
Copy link
Owner

Oops. Typo in my msg about typos! Should have been:
It must be a typo for multiset.

@GCer-Hidenori
Copy link
Contributor Author

Of course.
I sent pull request.
please check it.
#18

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