Created
May 3, 2018 12:17
-
-
Save thedarsideofit/c61986a1c06ca512b3dd394840f0aae2 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
SELECT COUNT( ID ) AS usuarios, DATE_FORMAT( created_at, '%Y/%m' ) AS fecha | |
FROM `fos_user` | |
WHERE 1 | |
GROUP BY DATE_FORMAT( created_at, '%Y/%m' ) | |
LIMIT 0 , 30 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment