Advertisement
festinko

Untitled

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