SELECT year(cout),month(cout),count(*) FROM spl2.inraw where (title like '%Rosariovampire%' and itemtype='acbk') and (year(cout)>='2011' and year(cout)<'2014') and deweyClass = '741.5952' group by year(cout),month(cout) limit 0,1000000
2011,1,90
2011,2,135
2011,3,161
2011,4,132
2011,5,199
2011,6,90
2011,7,171
2011,8,80
2011,9,52
2011,10,46
2011,11,41
2011,12,47
2012,1,51
2012,2,52
2012,3,90
2012,4,55
2012,5,58
2012,6,70
2012,7,74
2012,8,65
2012,9,63
2012,10,52
2012,11,73
2012,12,69
2013,1,62
2013,2,36
2013,3,70
2013,4,69
2013,5,55
2013,6,56
2013,7,64
2013,8,28
2013,9,47
2013,10,37
2013,11,56
2013,12,21
