wrong comment
This commit is contained in:
parent
eaeb7cb936
commit
e9ed1cfe02
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ with
|
||||||
from future_dates future_dates
|
from future_dates future_dates
|
||||||
cross join last_xe_rate_per_curr_pair last_rate
|
cross join last_xe_rate_per_curr_pair last_rate
|
||||||
),
|
),
|
||||||
-- CTEs for projecting forward
|
-- CTEs for projecting backward
|
||||||
oldest_xe_date_per_curr_pair as (
|
oldest_xe_date_per_curr_pair as (
|
||||||
select from_currency, to_currency, max(rate_date_utc) as oldest_date_utc
|
select from_currency, to_currency, max(rate_date_utc) as oldest_date_utc
|
||||||
from stg_xedotcom__exchange_rates
|
from stg_xedotcom__exchange_rates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue