Mysql – SQL: where data doesn't match using JOIN, I want it to return values from different column
I have 2 tables that I join using LEFT JOIN, i.e. I take Name from table A and match it to Name from table B. There are some records that do not match and return null values due to it…