back to created date
This commit is contained in:
parent
15e0993b36
commit
89f7db1997
1 changed files with 1 additions and 1 deletions
|
|
@ -48,4 +48,4 @@ left join
|
||||||
int_simple_exchange_rates ser
|
int_simple_exchange_rates ser
|
||||||
on chu.currency_code = ser.from_currency
|
on chu.currency_code = ser.from_currency
|
||||||
and ser.to_currency = 'GBP'
|
and ser.to_currency = 'GBP'
|
||||||
and ser.rate_date_utc = date_trunc('month', c.created_date_utc) + interval '1 month'
|
and c.created_date_utc = ser.rate_date_utc
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue