0
0to60
I need an INNER JOIN of TableA and TableB, and then I also want the rows of
TableA that DON'T have a match in TableB, and then vice versa. So basically
every row from both tables would be represented, and any rows that matched
up would be joined. Kinda like a LEFT JOIN plus a RIGHT JOIN.
Is there a way to get this?
TableA that DON'T have a match in TableB, and then vice versa. So basically
every row from both tables would be represented, and any rows that matched
up would be joined. Kinda like a LEFT JOIN plus a RIGHT JOIN.
Is there a way to get this?