hi all
im trying to create a sports standings category, ordering the teams by their winning percentage. my question is: is there a way to sort the teams through the ORDER BY clause and simply add a mathematical equation in it or is it much more complex then that? It must first add the two database columns (wins + loses) then divide the wins, then order the other teams.
team 1 .900
team 2 .800
team 3 .760
etc...
any help?