Why couldn't you use the general approach below
Select Id, fk from table where fk = @Race1
AND Id In (Select ID from table where fk = @Race2)
Id is the field for the racer, fk is the field for the race numbers, @Race1 and @Race2 are replaceble parameters.
If you wanted to do an entire days...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.