The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
LEFT JOIN in tables?
can you please explain to me what are the LEFT JOIN functions when doing a query?
i see it all the time when grabbing some code from a table. thanks alot. |
#2
|
||||
|
||||
Shouldn't you, eh... get married instead of mumbling about JOINs?
|
#3
|
||||
|
||||
(inner) joins combine two tables where a field in table1 match a field in table2. any records that do not have a match, are thrown out of the resulting recordset
left joins include all matches and any orphan records from the left table right joins appear to do the same but really reverse the table order, then perfom a left join outer joins include all records all records that do not have a matching record from the other table will have null values for those fields |
#4
|
||||
|
||||
thanks alot mark.
firefly, ur not gonna believe it.. the plane broke down.. i post in details what happened in Lounge.. i will be leaving tomorrow at 4pm.. grrrrrr |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|