mySQL Left outer join not selecting possible all data – Phpmyadmin
Im trying to match both userIngredient.i_id and recipe_ingredient.i_id and match and compare all values of recipe_ingredient.i_id, the query I tried only displays all matching i_id's without the non matching i_id's, heres the data- recipe_ingredients table: +---------+------+ | post_id | i_id…