From: Ant Zucaro Date: Tue, 20 Mar 2012 12:44:18 +0000 (-0400) Subject: Adding yo dawg, just for the hell of it. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=5bd4208d164f7dc5f09534e7b703f3fa0a866cb0;p=xonotic%2Fxonstatdb.git Adding yo dawg, just for the hell of it. --- diff --git a/scripts/dashboard_report.sql b/scripts/dashboard_report.sql index 43e243a..4333f63 100755 --- a/scripts/dashboard_report.sql +++ b/scripts/dashboard_report.sql @@ -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