MySQL left join with multiple conditions | A Clockwork Noodle
I learned to-day that you can use a plain old "conditional_expr" in the join syntax. That means you can use AND, OR etc. when joining tables. I'm trying to do a left join but I have two criteria on which to join. My original looked like this: SELECT * FRO
greensweater.wordpress.com |