Eliminate duplicates in Join over 3 Tables
问题 I'm using the following select statement to populate a grid on my website with listings that have been entered into 3 tables. BND_Listing = Main Data BND_ListingCategories = My Category data for the Listing Table BND_LingingJunction = Junction Table for multi-category listings. I've just implemented the Junction table as any listing can have more than 1 Category but my problem arrises when I have (ListingX that is using CategoryY & CategoryZ) will show up on my listing twice for CatX & CatY