I need to make a system that catches the three biggest donors.
My table:
donate_ID | donate_NAME | donate_AMOUNT
This donate_NAME
can be repeated, and if it does, its value will add up to the others, but what should be added is donate_AMOUNT
.
I could not get to that logic.