select year(cout), month(cout), count(*) from inraw where title like '%vampire%' and cout > '2006-01-01' and cout < '2012-01-01' group by year(cout), month(cout) order by year(cout), month(cout);
2006,1,565
2006,2,573
2006,3,608
2006,4,421
2006,5,566
2006,6,720
2006,7,642
2006,8,763
2006,9,653
2006,10,775
2006,11,585
2006,12,461
2007,1,280
2007,2,538
2007,3,773
2007,4,727
2007,5,575
2007,6,850
2007,7,899
2007,8,984
2007,9,763
2007,10,767
2007,11,975
2007,12,925
2008,1,1162
2008,2,1109
2008,3,1196
2008,4,1391
2008,5,1337
2008,6,1486
2008,7,1645
2008,8,1661
2008,9,1613
2008,10,1390
2008,11,1415
2008,12,1399
2009,1,1779
2009,2,1426
2009,3,1649
2009,4,1540
2009,5,1809
2009,6,1780
2009,7,1875
2009,8,2061
2009,9,1290
2009,10,1850
2009,11,1622
2009,12,1544
2010,1,1547
2010,2,1458
2010,3,1693
2010,4,1535
2010,5,1605
2010,6,1546
2010,7,1693
2010,8,1605
2010,9,1225
2010,10,1453
2010,11,1254
2010,12,1519
2011,1,1523
2011,2,1461
2011,3,1530
2011,4,1511
2011,5,1564
2011,6,1374
2011,7,1447
2011,8,1016
2011,9,636
2011,10,831
2011,11,690
2011,12,386
