Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- select m.id as mid, m.email as email, m.display_name as name, ma.phone_country as country_code, ma.phone as phone
- from members m join member_appendixes ma on m.id = ma.member_id
- where m.email in('### Paste your Data Here')
- order by 1 asc
Advertisement
Add Comment
Please, Sign In to add comment