updated sql

This commit is contained in:
Nickiel12 2023-09-03 14:20:01 -07:00
parent 891769311d
commit 1b5bc3ceee

View file

@ -39,3 +39,5 @@ grant pg_write_all_data to rcntuser;
SELECT trns_id, trns_amount, trns_description, trns_account, trns_bucket, trns_date
FROM rcnt.transactions;