Case
SQLJoinMethod.right
A right (outer) join.
case right
Discussion
A right join is simply the mirror version of a left join; additional result rows are for missing matches in the left-side table etc.
Case
case right
A right join is simply the mirror version of a left join; additional result rows are for missing matches in the left-side table etc.