select year(cout), month(cout), count(*) from inraw where cout > '2005-01-01' and title like '%South Korea%' group by year(cout), month(cout) order by year(cout), month(cout);
2005,1,0
2005,2,0
2005,3,0
2005,4,0
2005,5,0
2005,6,0
2005,7,1
2005,8,0
2005,9,0
2005,10,3
2005,11,1
2005,12,4
2006,1,18
2006,2,15
2006,3,12
2006,4,8
2006,5,6
2006,6,14
2006,7,4
2006,8,7
2006,9,7
2006,10,11
2006,11,10
2006,12,4
2007,1,2
2007,2,11
2007,3,12
2007,4,20
2007,5,23
2007,6,17
2007,7,10
2007,8,13
2007,9,4
2007,10,6
2007,11,17
2007,12,4
2008,1,20
2008,2,8
2008,3,13
2008,4,3
2008,5,8
2008,6,9
2008,7,9
2008,8,10
2008,9,21
2008,10,12
2008,11,9
2008,12,12
2009,1,16
2009,2,17
2009,3,16
2009,4,23
2009,5,32
2009,6,32
2009,7,38
2009,8,27
2009,9,20
2009,10,26
2009,11,33
2009,12,26
2010,1,16
2010,2,23
2010,3,28
2010,4,19
2010,5,26
2010,6,36
2010,7,32
2010,8,26
2010,9,22
2010,10,15
2010,11,20
2010,12,19
2011,1,25
2011,2,22
2011,3,39
2011,4,24
2011,5,19
2011,6,22
2011,7,16
2011,8,10
2011,9,7
2011,10,11
2011,11,11
2011,12,4
