Hi,
I'm looking for SQL examples to calculate the running sum in Oracle:
Activity Running Sum
Account100 50.00 50.00
Account200 75.00 125.00
Account300 25.00 150.00
The Account information is stored in a typical dimension table and the activity is stored in a Fact table. How might I calculate the running Sum column?
Thanks,
Anedra
I'm looking for SQL examples to calculate the running sum in Oracle:
Activity Running Sum
Account100 50.00 50.00
Account200 75.00 125.00
Account300 25.00 150.00
The Account information is stored in a typical dimension table and the activity is stored in a Fact table. How might I calculate the running Sum column?
Thanks,
Anedra