mbeals Posted December 11, 2007 Share Posted December 11, 2007 I have two tables that I am using joins to compare. It works great for combining the two and giving me the common values, but I am also interested in what is not matching. Is there a query that I can run that will basically do a left join and only return the entries that did not match or am I going to have to pull the entire results field in and process it line by line with php, looking for empty values? Link to comment https://forums.phpfreaks.com/topic/81242-remnants-from-the-join/ Share on other sites More sharing options...
fenway Posted December 12, 2007 Share Posted December 12, 2007 A LEFT JOIN? Link to comment https://forums.phpfreaks.com/topic/81242-remnants-from-the-join/#findComment-412954 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.