tomingFind Ethereum address knowing only part of it copy
    -- forked from L8OE60hzIm / Find Ethereum address knowing only part of it @ https://flipsidecrypto.xyz/L8OE60hzIm/q/ZazPIyaXChcU/find-ethereum-address-knowing-only-part-of-it

    SELECT *
    FROM ethereum.core.fact_transactions
    WHERE FROM_ADDRESS LIKE '0x3990%'
    LIMIT 20


    Run a query to Download Data