-- select a.* from boba.core.fact_event_logs a inner join boba.core.ez_token_transfers b on a.tx_hash=b.tx_hash
-- limit 10
-- select a.* from boba.core.fact_event_logs a left join boba.core.ez_token_transfers b on a.tx_hash=b.tx_hash
-- limit 10
select b.* from boba.core.fact_event_logs a right join boba.core.ez_token_transfers b on a.tx_hash=b.tx_hash
limit 100