Created
October 29, 2017 00:21
-
-
Save shibacow/1f44bbd75fd9e885573d15260e95e6d5 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 strftime_utc_usec(upload_time,"%Y-%m") as umonth, | |
count(1) | |
FROM [nicodata.video] | |
GROUP BY umonth | |
order by umonth; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment