tps/database/reports/dcard_bal.sql

8 lines
184 B
MySQL
Raw Normal View History

2023-03-24 21:43:28 -04:00
\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