SELECT year(cout),month(cout),count(*) FROM spl2.inraw where (title like '%Bleach%' 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,258
2011,2,212
2011,3,252
2011,4,235
2011,5,207
2011,6,288
2011,7,247
2011,8,197
2011,9,110
2011,10,127
2011,11,101
2011,12,146
2012,1,97
2012,2,94
2012,3,96
2012,4,87
2012,5,82
2012,6,173
2012,7,127
2012,8,128
2012,9,117
2012,10,154
2012,11,193
2012,12,183
2013,1,175
2013,2,120
2013,3,104
2013,4,87
2013,5,110
2013,6,159
2013,7,98
2013,8,187
2013,9,120
2013,10,113
2013,11,90
2013,12,109
