Tagged Questions

4
votes
4answers
374 views

Can you recommend a MySQL Book for an “intermediate” developer?

I'm a web developer looking to improve my MySQL skillset. Basic CRUD, joins, etc are all pretty par for the course; I'm looking to learn more about efficiency, avoiding bottlenecks, optimizing ...
1
vote
4answers
169 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 ...