LyndonOHRC
Programmer
I have a table with two columns:
Table: RaceStock
Columns: HorseName, Breed
The customer says the HorseName can be duplicate if breed is diferent.
The table is huge so I need an efficient query that gives me HorseName and Breed where HorseName occurs on more than one row. I guess it is the opposite of a SELECT DISTINCT.
I'm stumped; any help is appreciated.
Thanks
Lyndon
Table: RaceStock
Columns: HorseName, Breed
The customer says the HorseName can be duplicate if breed is diferent.
The table is huge so I need an efficient query that gives me HorseName and Breed where HorseName occurs on more than one row. I guess it is the opposite of a SELECT DISTINCT.
I'm stumped; any help is appreciated.
Thanks
Lyndon