erd
This commit is contained in:
@@ -300,7 +300,7 @@ from holder h
|
||||
create or replace view account_detail as
|
||||
select a.balance,
|
||||
a.balance * ah.share as balance_currency,
|
||||
a.balance * ah.share / latest_exchange_rate(a.currency_code),
|
||||
a.balance * ah.share / latest_exchange_rate(a.currency_code, current_date),
|
||||
a.currency_code,
|
||||
hd.nom
|
||||
from account a
|
||||
|
||||
Reference in New Issue
Block a user