O.P. RE: SQL Help
I think I get it:
Inner Join - Returns rows from both tables where the condition(s) are matched.
Left Join - Returns all rows from the first table, and those rows from the second table where there is a match with the condition(s).
Right Join - Returns all rows from the second table and those rows from the first table where there is a match with the condition(s).
That is what I'm concluding from what I've read on that page... someone please confirm
This post was edited on 06-30-2006 at 01:25 AM by lordy.
|