Magic2K2
August 1st, 2001, 08:14
I have a basketball site and it is necessary for me to calculate (points / games). Right now I do not have a field in the DB for that number. I only have individual fields for points and games. I'd like to avoid adding another field if possible, but I need to order by (points / games). Is this possible?
If it's not, what do you recommend? I am thinking that I would either go ahead and add the field (length of 4 on over 300 records) or write some code to store the information and then sort it myself.
If it's not, what do you recommend? I am thinking that I would either go ahead and add the field (length of 4 on over 300 records) or write some code to store the information and then sort it myself.