G
Guest
I have a database that I want to select the top teams that have wins.
However, If I use Select TOP 2 and there are three teams that have the same
amount of wins will the function return all 3 teams.
Or would I be better of doing it by using the Count Function and basing
another querry of that.
Thanks
However, If I use Select TOP 2 and there are three teams that have the same
amount of wins will the function return all 3 teams.
Or would I be better of doing it by using the Count Function and basing
another querry of that.
Thanks