intellidegentBlockchain Analytics Training
    Updated 2022-11-08
    select * from ethereum.core.fact_transactions
    where from_address = '0x220abf76f7356e1d7206a17ac98c80a4b3708a32'
    and from_address = '0x220abf76f7356e1d7206a17ac98c80a4b3708a32'
    and block_timestamp > '2022-06-01'
    order by 2 desc
    limit 100;


    Run a query to Download Data