Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SELECT support_rep_id,
- COUNT(customer_id)
- FROM client
- WHERE email LIKE '%yahoo%'
- AND email LIKE '%gmail%'
- GROUP BY support_rep_id;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement