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

SQLite does not support FULL JOIN #19

Closed
ianpartridge opened this issue Dec 1, 2016 · 2 comments
Closed

SQLite does not support FULL JOIN #19

ianpartridge opened this issue Dec 1, 2016 · 2 comments

Comments

@ianpartridge
Copy link
Contributor

ianpartridge commented Dec 1, 2016

=======SELECT * FROM table1JoinOSX AS t1 FULL JOIN table2JoinOSX AS t2 USING (b)=======
Error in query:  RIGHT and FULL OUTER JOINs are not currently supported
@ianpartridge ianpartridge changed the title SQLite does not support FULLJOIN SQLite does not support FULL JOIN Dec 1, 2016
@ianpartridge
Copy link
Contributor Author

These can be emulated using LEFT JOIN and/or a UNION ALL clause. See http://www.sqlitetutorial.net/sqlite-full-outer-join/

@irar2
Copy link
Contributor

irar2 commented Feb 1, 2017

Addressed in #25

@irar2 irar2 closed this as completed Feb 1, 2017
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