I want to calculate the sum of last transaction for A&B – Mysql
Let's say the table looks like this: user id date Amount 123 2022/11/01 5 456 2022/11/02 6 789 2022/11/03 8 123 2022/11/02 9 456 2022/11/04 6 789 2022/11/05 8 I want to calculate the sum of the very last transaction…