deno_pg/get.sql

10 lines
132 B
MySQL
Raw Permalink Normal View History

2022-03-26 00:34:22 -04:00
SELECT
"Description" descr
,"Amount" amount
,id
FROM
tpsv.dcard_mapped
ORDER BY
"Trans. Date" Desc
,id Desc