Little more than Left & Right Joins

S

Shreenivas Potnis

Left-Outer-Join gives all matching records in Table1 &
Table2 along with the extra records in Table1.
Right-Outer-Join does the same except it leaves the extra
records in Table1 but gives those in Table2.

However I want matching records plus extra records in the
Table1 and Table2. How do I acheive this?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Query on two tables with matching null fields 4
Create a distinct Join 3
Join Properties 3
Join Problem 4
outer joint query 1
Conditional Query 1
outer join with multiple fields 2
JOIN Query very slow 3

Top