select year(cout), month(cout), count(*) from inraw where title like '%flowers%' and itemtype like "%bk%" and cout > '2006-01-01' and cout < '2012-01-01' group by year(cout), month(cout) order by year(cout), month(cout);
2006,1,496
2006,2,496
2006,3,633
2006,4,429
2006,5,607
2006,6,677
2006,7,623
2006,8,586
2006,9,555
2006,10,483
2006,11,390
2006,12,323
2007,1,289
2007,2,520
2007,3,613
2007,4,524
2007,5,459
2007,6,601
2007,7,683
2007,8,593
2007,9,522
2007,10,413
2007,11,501
2007,12,478
2008,1,592
2008,2,551
2008,3,654
2008,4,723
2008,5,722
2008,6,687
2008,7,860
2008,8,752
2008,9,578
2008,10,637
2008,11,655
2008,12,491
2009,1,697
2009,2,694
2009,3,825
2009,4,778
2009,5,696
2009,6,792
2009,7,732
2009,8,744
2009,9,415
2009,10,546
2009,11,484
2009,12,396
2010,1,501
2010,2,539
2010,3,600
2010,4,669
2010,5,562
2010,6,630
2010,7,681
2010,8,648
2010,9,411
2010,10,466
2010,11,406
2010,12,446
2011,1,517
2011,2,498
2011,3,612
2011,4,621
2011,5,618
2011,6,601
2011,7,545
2011,8,395
2011,9,276
2011,10,276
2011,11,238
2011,12,133