tps/database/reports/dcard_bal.sql
2023-03-24 21:43:28 -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