So I have read through a lot of Stack Overflow questions on this... and I really couldn't get my answer :(. I've only been working with MySQL for about 4 months, so I am not exactly a pro.
Anyways, I have data in my table that looks something similar to this...
id | user | amount
1 | dillyg10 | 16
2 | dillyg10 | 18
As you can see, the user field is dupped. This happens a lot in my data set, although my table is very small, only about 1000 rows.
So if you guys could give me some advice... I would really appreciate it, also go through what you do in the query, I'm trying to learn and hopefully I won't have to ask a question like this again :).