select year(cout), month(cout), count(*) from inraw where cout > '2005-01-01' and title like '%North Korea%' group by year(cout), month(cout) order by year(cout), month(cout);
2005,1,0
2005,2,0
2005,3,0
2005,4,4
2005,5,0
2005,6,0
2005,7,0
2005,8,1
2005,9,1
2005,10,1
2005,11,14
2005,12,8
2006,1,24
2006,2,32
2006,3,26
2006,4,19
2006,5,18
2006,6,36
2006,7,30
2006,8,23
2006,9,29
2006,10,43
2006,11,28
2006,12,13
2007,1,21
2007,2,20
2007,3,37
2007,4,44
2007,5,36
2007,6,56
2007,7,41
2007,8,35
2007,9,38
2007,10,29
2007,11,43
2007,12,43
2008,1,56
2008,2,42
2008,3,55
2008,4,44
2008,5,62
2008,6,42
2008,7,31
2008,8,41
2008,9,38
2008,10,51
2008,11,40
2008,12,45
2009,1,44
2009,2,39
2009,3,43
2009,4,63
2009,5,46
2009,6,41
2009,7,59
2009,8,83
2009,9,37
2009,10,45
2009,11,49
2009,12,38
2010,1,49
2010,2,112
2010,3,158
2010,4,110
2010,5,164
2010,6,202
2010,7,145
2010,8,178
2010,9,126
2010,10,124
2010,11,129
2010,12,130
2011,1,135
2011,2,81
2011,3,124
2011,4,67
2011,5,74
2011,6,73
2011,7,46
2011,8,48
2011,9,27
2011,10,32
2011,11,34
2011,12,12
