Tagged Questions
1
vote
4answers
173 views
Problem with processing intermediate results in MySQL stored procedure
i try to do a little weighting of my data by using a stored procedure. Basically this means multiplying certain columns with their respective weights and adding them up in the end.
I have written the ...