From 5bd4208d164f7dc5f09534e7b703f3fa0a866cb0 Mon Sep 17 00:00:00 2001 From: Ant Zucaro Date: Tue, 20 Mar 2012 08:44:18 -0400 Subject: [PATCH] Adding yo dawg, just for the hell of it. --- scripts/dashboard_report.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.2