Guest User

Untitled

a guest
Nov 15th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. select l.type, count(*)
  2. from login_log l
  3. left join users u on u.id=l.id_user
  4. where u.internal=false
  5. group by l.type
  6.  
  7.  
  8. "twitter";126
  9. "email";9013
  10. "facebook";5727
Add Comment
Please, Sign In to add comment