tps/database/reports/dcard_bal.sql
2018-06-25 00:01:05 -04:00

8 lines
184 B
SQL

\timing
SELECT
r.*
,SUM(r."Amount") OVER (ORDER BY r."Post Date" asc , r."Description") + 1061.1 + 22.40 balance
FROM
tpsv.dcard_default r
ORDER BY
r."Post Date" asc