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

Add support for SQL-92-style join queries #20

Closed
ianmcook opened this issue Dec 22, 2019 · 0 comments
Closed

Add support for SQL-92-style join queries #20

ianmcook opened this issue Dec 22, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@ianmcook
Copy link
Owner

ianmcook commented Dec 22, 2019

Add support for SQL-92-style (explicit) joins, with join conditions specified after ON or USING in the FROM clause. Do not support SQL-89-style (implicit) joins, in which join conditions are specified in the WHERE clause.

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

No branches or pull requests

1 participant