MySQL: Search for coincidences and differences in two tables – Phpmyadmin
I need to find matchs between two tables, but also need to display when there is no match. Table1: id, dni_number, name, business_id Table2: id, dni, business_id I need to form a table like this: id dni name business_id is_match…