G
Guest
I have table A with some codes (for instance, 1, 2, 4, 5 and 7) and a table B
with some common codes and some new codes (for example, 1, 3, 4 and 6).
I would like to generate a new table C with all codes in A plus the new
codes in B (in the example, it would have codes 1, 2, 3, 4, 5, 6 and 7).
I've tried INNER JOIN, but it gives me the common codes.
Can somebody explain me how to do that? Thanks.
with some common codes and some new codes (for example, 1, 3, 4 and 6).
I would like to generate a new table C with all codes in A plus the new
codes in B (in the example, it would have codes 1, 2, 3, 4, 5, 6 and 7).
I've tried INNER JOIN, but it gives me the common codes.
Can somebody explain me how to do that? Thanks.