Advertisement
festinko

Untitled

Oct 24th, 2022
1,128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.13 KB | None | 0 0
  1. SELECT
  2.     userSMSRefill,
  3.     count(DISTINCT userID) usersCount
  4.  
  5. FROM
  6.     `uptimerobot-001.ur.users`
  7.  
  8. GROUP BY
  9.     userSMSRefill
  10.  
  11.  
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement