select year(cout), month(cout), count(*) from inraw where title like '%real estate%' 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,272
2006,2,277
2006,3,323
2006,4,223
2006,5,278
2006,6,320
2006,7,354
2006,8,367
2006,9,307
2006,10,313
2006,11,217
2006,12,156
2007,1,180
2007,2,288
2007,3,287
2007,4,223
2007,5,233
2007,6,317
2007,7,273
2007,8,263
2007,9,273
2007,10,219
2007,11,201
2007,12,200
2008,1,268
2008,2,212
2008,3,175
2008,4,258
2008,5,180
2008,6,204
2008,7,204
2008,8,151
2008,9,158
2008,10,122
2008,11,95
2008,12,89
2009,1,135
2009,2,86
2009,3,133
2009,4,129
2009,5,199
2009,6,137
2009,7,153
2009,8,134
2009,9,97
2009,10,166
2009,11,151
2009,12,104
2010,1,109
2010,2,124
2010,3,193
2010,4,156
2010,5,141
2010,6,121
2010,7,101
2010,8,104
2010,9,77
2010,10,77
2010,11,106
2010,12,45
2011,1,87
2011,2,101
2011,3,118
2011,4,85
2011,5,66
2011,6,93
2011,7,48
2011,8,54
2011,9,35
2011,10,51
2011,11,38
2011,12,21
