mirror of
https://github.com/FlipsideCrypto/polygon-models.git
synced 2026-02-06 15:16:43 +00:00
impute
This commit is contained in:
parent
18d36c86cf
commit
0db80c3b18
@ -18,7 +18,12 @@ SELECT
|
||||
unique_to_count,
|
||||
total_fees AS total_fees_native,
|
||||
ROUND(
|
||||
total_fees * p.price,
|
||||
total_fees * LAST_VALUE(
|
||||
p.price ignore nulls
|
||||
) over (
|
||||
ORDER BY
|
||||
block_timestamp_hour rows unbounded preceding
|
||||
),
|
||||
2
|
||||
) AS total_fees_usd,
|
||||
core_metrics_hourly_id AS ez_core_metrics_hourly_id,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user