Microsoft
Software
Hardware
Network
Question : Select distinct based on 2 fields
I have a table, Buyer. It has BuyerCode and Country columns. I want to select distinct based on 2 columns combined. For example, I have 1st record: Buyer1, USA, 2nd record: Buyer1, Canada, record 3: Buyer2, USA etc. I want to select both Buyer1 since its country is different. If I do Select Distinct BuyerCode, I only get Buyer1 with USA. How do I do it?
I appreciate your suggestions in advance. Thank you.
Answer : Select distinct based on 2 fields
SELECT BuyerCode, Country
FROM Buyer
GROUP BY BuyerCode, Country
-- or --
SELECT DISTINCT BuyerCode, Country
FROM Buyer
They should return the same results.
Random Solutions
Looking for Video Recording Software for Samsung Cameras
Number of records when appending query via VBA
Which is the most reliable laptop and processor and OS?
buffalo Terastation - Network Storage - Admin Password not accepted by Device.
SQL Query Help
Trojan After Shock Keeps Opening Mutliple Tabs when using IE and Firefox, how to fix?
Curl API , XML parsing problem ?
Capture Linkbutton click event in Master page from Content page
Queries inside a while loop
Exchange 2007 - Delivery is delayed to these recipients or distribution lists: