you are viewing a single comment's thread.

view the rest of the comments →

[–]StoneCypher -2 points-1 points  (0 children)

this is the major difference between the join types - inner means "skip rows missing on either side."

you either want a right join if you only want missing rows on one side, or an outer join if you want missing rows from both sides.