select year(cout), month(cout), count(*) from inraw where title like '%vampire%' and cout > '2003-01-01' and cout < '2009-01-01' group by year(cout), month(cout) order by year(cout), month(cout);
2003,7,1
2004,1,1
2004,3,1
2004,6,1
2004,7,3
2004,8,4
2004,10,1
2004,11,2
2004,12,3
2005,1,5
2005,2,11
2005,3,2
2005,4,6
2005,5,8
2005,6,20
2005,7,10
2005,8,18
2005,9,23
2005,10,45
2005,11,97
2005,12,339
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
