select year(cout), month(cout), count(*) from inraw where title like '%obama%' and cout > '2006-01-01' and cout < '2012-01-01' group by year(cout), month(cout) order by year(cout), month(cout); 
2006,6,3
2006,7,1
2006,8,1
2006,10,11
2006,11,8
2006,12,5
2007,1,2
2007,2,3
2007,3,4
2007,4,6
2007,6,19
2007,7,19
2007,8,24
2007,9,23
2007,10,22
2007,11,29
2007,12,34
2008,1,82
2008,2,92
2008,3,89
2008,4,88
2008,5,80
2008,6,102
2008,7,69
2008,8,263
2008,9,331
2008,10,422
2008,11,342
2008,12,352
2009,1,498
2009,2,528
2009,3,580
2009,4,547
2009,5,428
2009,6,371
2009,7,343
2009,8,326
2009,9,246
2009,10,343
2009,11,309
2009,12,312
2010,1,347
2010,2,479
2010,3,484
2010,4,518
2010,5,571
2010,6,606
2010,7,542
2010,8,501
2010,9,362
2010,10,517
2010,11,486
2010,12,462
2011,1,510
2011,2,400
2011,3,416
2011,4,297
2011,5,275
2011,6,302
2011,7,234
2011,8,190
2011,9,149
2011,10,174
2011,11,152
2011,12,68
