huntington balance
This commit is contained in:
parent
fcaf95fcdf
commit
ab15e8cc2b
8
database/reports/hunt_bal.sql
Normal file
8
database/reports/hunt_bal.sql
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
\timing
|
||||||
|
SELECT
|
||||||
|
r.*
|
||||||
|
,SUM(r."Amount") OVER (ORDER BY r."Date" asc , r.id) + 29909.75 balance
|
||||||
|
FROM
|
||||||
|
tpsv.hunt_default r
|
||||||
|
ORDER BY
|
||||||
|
r."Date" desc
|
Loading…
Reference in New Issue
Block a user