Suppose I have table like:
name: table_money
I need a sql query that produces the following result containing sum of money for each id.
How can I find out the total money of an individual id?
What is the SQL query?
Suppose I have table like:
name: table_money
I need a sql query that produces the following result containing sum of money for each id.
How can I find out the total money of an individual id?
What is the SQL query?