T
Thomas
I have a database where I store info about football players goals. The
database contains the following:
GoalID, GoalScorerID, GoalMinute (which minute the goal was scored),
ClubID, FixtureID (to mark in which match the goal was scored) and
Penalty (which determines wether the goal was a penalty or not).
On the club page I want to show the top three goalscorers of the club.
I can do this but I don´t know how to get them in descending order
with the player who´s scored most goals at the top of the list.
Any ideas?
database contains the following:
GoalID, GoalScorerID, GoalMinute (which minute the goal was scored),
ClubID, FixtureID (to mark in which match the goal was scored) and
Penalty (which determines wether the goal was a penalty or not).
On the club page I want to show the top three goalscorers of the club.
I can do this but I don´t know how to get them in descending order
with the player who´s scored most goals at the top of the list.
Any ideas?