Abbas_ra21ETH vs SOL pt4: Fee: SOL
    Updated 2022-09-29
    select
    date_trunc('week',BLOCK_TIMESTAMP) AS date,
    sum(FEE/1e9) AS "Sol payed AS fee"
    from solana.core.fact_transactions
    where date >= CURRENT_DATE - 365
    group by 1
    Run a query to Download Data