Hello, how are you! I need your help, I'm doing this, but the answer is very difficult to find on the internet, I've been looking for a solution for hours, I'm sorry if my question is basic,
PROBLEM: I need to add all the example sales: robert that in total would be 130 in row 0 170 in row 3 and 140 in row 4
I'm calling the data with mysql filtering only the sales of robert to sum them up in full, my table has more columns. I was trying with while but just repeating the data and adding variables did not work for me either.
I NEED: The total sum of robert's sales.
I know that for the most part my question will be very easy, I am learning :) thanks in advance