I am pulling sports standings from the database. I am sorting them into groups by league. Now, I need to find an easy way to sort each team in a league by percentage of wins. Now, this would be easy if the percentage of wins was stored in the db, but that number is calculated every time you pull a standings list.
Any ideas would be much appreciated. Thanks.