Skip to content
This repository has been archived by the owner on May 11, 2020. It is now read-only.

JOIN syntax #2

Open
2 of 4 tasks
nukep opened this issue Apr 14, 2015 · 0 comments
Open
2 of 4 tasks

JOIN syntax #2

nukep opened this issue Apr 14, 2015 · 0 comments

Comments

@nukep
Copy link
Owner

nukep commented Apr 14, 2015

  • INNER JOIN
  • LEFT JOIN
  • RIGHT JOIN
  • FULL OUTER JOIN

INNER JOIN can currently be emulated with a traditional Cartesian + WHERE join.
It would be nice to allow for the INNER JOIN syntax as an alternative for those who prefer it (such as myself!).

OUTER JOIN cannot currently be emulated. The only way to get an outer join is to implement the syntax.

nukep added a commit that referenced this issue Apr 23, 2015
Partially addresses issue #2
nukep added a commit that referenced this issue Apr 23, 2015
Partially addresses issue #2
@nukep nukep changed the title Compile INNER JOIN and OUTER JOIN JOIN syntax Apr 23, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant