- 
      
- 
        Save greggles/6938499 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | d.o users as of nowish | |
| mysql> select count(1), status, length(login) from users group by status, length(login); | |
| +----------+--------+---------------+ | |
| | count(1) | status | length(login) | | |
| +----------+--------+---------------+ | |
| | 7062 | 0 | 1 | | |
| | 86379 | 0 | 10 | | |
| | 483270 | 1 | 1 | | |
| | 1000229 | 1 | 10 | | |
| +----------+--------+---------------+ | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment