]> de.git.xonotic.org Git - xonotic/xonstatdb.git/blobdiff - scripts/dashboard_report.sql
Adding yo dawg, just for the hell of it.
[xonotic/xonstatdb.git] / scripts / dashboard_report.sql
index 43e243afd31fc355c8d26edb89804c1747ebce1d..4333f636108037cbf3989306cabbe3c29f5982df 100755 (executable)
@@ -1,4 +1,6 @@
--- count of games for the given year
+-- Yo dawg, I heard you liked stats...
+
+-- count of games for the given year
 select date_part('month', create_dt), count(*) 
 from games 
 where date_part('year', create_dt) = 2012