[Solved] SQL Join creating duplication in output [closed]
[ad_1] So I solved this myself by using a Sub-query. The nature of the the requirement meant that it was difficult for me to produce a list which eliminated the duplicates, because i was looking in a joined table for results which may or may not appear. So i used a sub-query in the where … Read more