format of output

This commit is contained in:
2022-03-31 22:30:09 +02:00
parent 0d4e33505e
commit 4553272c42
5 changed files with 70 additions and 9 deletions

View File

@ -18,3 +18,6 @@ create or replace view account_statement_v as
ae.base_account = bac.id and
ac.id = 1000
order by created_at;
grant select on account_statement_v to hv2;