You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// select block_num, token , credit_manager , count(*) from (select * from (select block_num , credit_manager, token from allowed_tokens ) a union all (select block_num, credit_manager, token from token_ltramp)) b group by b.block_num, b.token, b.credit_manager having count(*)>1;
0 commit comments