Advertisement
Guest User

Untitled

a guest
Apr 20th, 2014
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. server_id 4 - x times
  2. server_id 7 - x times
  3. server_id 10 - x times
  4. server_id 12 - x times
  5.  
  6. select server_id, count(*) as x_times
  7. from amx_admins_servers
  8. where server_id in (4, 7, 10, 12)
  9. group by server_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement