Statement: the aggregate result of the game with score 4 - 1 was 4 - 1

Input Table: kwak tae - hwi

datevenuescoreresultcompetition
2008-02-02seoul , south korea1 - 04 - 02010 world cup qualification
2008-02-17chongqing , china3 - 23 - 22008 east asian cup
2008-10-15seoul , south korea4 - 14 - 12010 world cup qualification
2010-03-03london , england2 - 02 - 0friendly
2012-06-08doha , qatar2 - 14 - 12014 world cup qualification

SQL Command:

SELECT CASE WHEN (SELECT result FROM table_sql WHERE score = '4 - 1') = '4 - 1' THEN 'TRUE' ELSE 'FALSE' END;