-- 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