select year(cout), month(cout), count(*) from inraw where title like '%debt%' and cout > '2006-01-01' and cout < '2012-01-01' and deweyClass != 'null' and year(cout) >= '2006' group by year(cout), month(cout) order by year(cout), month(cout);
2006,1,104
2006,2,90
2006,3,131
2006,4,60
2006,5,105
2006,6,133
2006,7,124
2006,8,112
2006,9,111
2006,10,101
2006,11,91
2006,12,58
2007,1,82
2007,2,84
2007,3,109
2007,4,77
2007,5,84
2007,6,138
2007,7,98
2007,8,117
2007,9,102
2007,10,73
2007,11,113
2007,12,95
2008,1,142
2008,2,113
2008,3,96
2008,4,118
2008,5,142
2008,6,147
2008,7,151
2008,8,146
2008,9,168
2008,10,170
2008,11,155
2008,12,157
2009,1,209
2009,2,167
2009,3,206
2009,4,194
2009,5,189
2009,6,222
2009,7,174
2009,8,188
2009,9,162
2009,10,164
2009,11,182
2009,12,172
2010,1,178
2010,2,159
2010,3,182
2010,4,140
2010,5,141
2010,6,137
2010,7,164
2010,8,167
2010,9,122
2010,10,148
2010,11,111
2010,12,121
2011,1,186
2011,2,181
2011,3,215
2011,4,209
2011,5,161
2011,6,148
2011,7,140
2011,8,86
2011,9,75
2011,10,95
2011,11,82
2011,12,33
