Hi,
I have created a stored procedure in mysql. It bassically calculates scores for people in a competition. So on day one they might get 4, day two 5 etc etc.
I now want to sum the calculated score field that the stored procedure computes but have no idea how to do it.
I am very familiar with Access and new at MYSQL. In Access I create a computedailyscores query and then do another query that sums the computerdailyscore field.
How would I do this in mysql?
Cheers