Baselight
select *
from @portals.tokens.tokens tokens
     INNER JOIN @portals.transactions.withdraws withdraws ON (withdraws.key = tokens.key)
     LEFT OUTER JOIN @portals.transactions.deposits deposits ON (deposits.key = tokens.key)
limit 10

Share link

Anyone who has the link will be able to view this.