I have a table called "Bidders". Some bidders have the same BuyerNum. I need to select only the BuyerNum's that have two or more Bidders associated with it. I dont think this is very hard but I am still learning SQL, thanks for any help.
This is the idea:
SELECT BuyerNum from Bidders where "two or more Bidders have the same BuyerNum";
This is the idea:
SELECT BuyerNum from Bidders where "two or more Bidders have the same BuyerNum";