SELECT year(cout),month(cout),count(*) FROM spl2.inraw where (title like '%Naruto%' 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,342
2011,2,397
2011,3,504
2011,4,495
2011,5,561
2011,6,478
2011,7,522
2011,8,362
2011,9,194
2011,10,224
2011,11,195
2011,12,224
2012,1,149
2012,2,121
2012,3,223
2012,4,183
2012,5,164
2012,6,217
2012,7,246
2012,8,178
2012,9,166
2012,10,196
2012,11,215
2012,12,145
2013,1,179
2013,2,152
2013,3,237
2013,4,196
2013,5,199
2013,6,234
2013,7,224
2013,8,232
2013,9,140
2013,10,173
2013,11,176
2013,12,89
