0
I need to make a system that takes the three biggest donors.
My table:
donate_ID | donate_NAME | donate_AMOUNT
This donate_NAME
can be repeated, and if this happens its value will be added with the others, but what should be added is the donate_AMOUNT
.
I couldn’t reach that logic.