I have a table that stores donation information - name, transaction_date, amount, fund
how do I select:
total amount >= $100 accumulated in one day, by one person?
and yet, I need to display details. in other words, display individual records if the total amount belongs to multiple funds.
Thanks
how do I select:
total amount >= $100 accumulated in one day, by one person?
and yet, I need to display details. in other words, display individual records if the total amount belongs to multiple funds.
Thanks