Tagged Questions
3
votes
5answers
958 views
Best tool for assisting writing complex SQL-queries?
I often find myself spending a lot of time figuring out why certain SUM()-aggregates sum up wrongly in SQL-queries. This problem often occurs if I do not take care when adding a JOIN, resulting in ...