I have written SQL query which brings data from multiple tables and displays the same in this format.
.
I want the Sum of Total for every person and display in a new column, like the below.
Can you point some examples doing same kind of stuff please..

If your RDBMS supports windowed aggregates you can add
to your
SELECTlist