Compare commits
No commits in common. "c56f59045a43b075c6b6e23023b7a4d7a351bde2" and "fcaf95fcdfe86ce2efe8fe1fc9ac50c7c745964b" have entirely different histories.
c56f59045a
...
fcaf95fcdf
@ -1,14 +0,0 @@
|
|||||||
\timing
|
|
||||||
SELECT
|
|
||||||
r.id
|
|
||||||
,r.logid
|
|
||||||
,r."Type"
|
|
||||||
,r."Trans Date"
|
|
||||||
,r."Post Date"
|
|
||||||
,r."Description"
|
|
||||||
,-r."Amount" "Amount"
|
|
||||||
,SUM(-r."Amount") OVER (ORDER BY r."Post Date" asc , r.id) + 374.23 balance
|
|
||||||
FROM
|
|
||||||
tpsv.chase_default r
|
|
||||||
ORDER BY
|
|
||||||
r."Post Date" desc
|
|
@ -1,8 +0,0 @@
|
|||||||
\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