format of output
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user