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
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
Anyone who has the link will be able to view this.