MySQL – Conditional Joins
March 7, 2009 in MySQL
For the most part I’ve used many JOINs in my queries since I leartn how to use them and what they were good for, I much prefer to use an Inner Join over the the Implied join of a WHERE statement. For those who haven’t yet learnt about JOINs you might be using an implied [...]