Archive for July 2011

MySQL Left Join

Even if you think you know everything about LEFT JOIN, I bet you will learn something or two in this post! A reminder about “A LEFT JOIN B ON conditional_expr” The ON condition (in the expression “A LEFT JOIN B ON conditional_expr”) is used to decide how to retrieve rows from table B (Matching-Stage). If […]