Selects data from two tables, that are left joined so matching data doesn't have to exist in the 2nd table for the data of the 1st to be returned.
Normally when selecting data from two tables with a "table1.field=table2.field" means that both tables must have a valid record for the row to be returned.
Using this method resolves such problems.
Added by JC on 14th November, 2007
There are no comments about this snippet.
You must be registered and logged in to post a comment.
Login here to post a comment