Notice in the second query CASE statement used only to filter data, but it does not create any column or values. Thus, labels used in it ('Bologno Win') are useless for this particular case because we don't want to filter based on labels but necessary for the syntax. 

COUNT using CASE WHEN

Do the number of soccer matches played in a given European country differ across seasons? We will use the European Soccer Database to answer this question.
You will examine the number of matches played in 3 seasons within each country listed in the database. This is much easier to explore with each season's matches in separate columns. Using the country and unfiltered match table, you will count the number of matches played in each country during the 2012/2013, 2013/2014, and 2014/2015 match seasons.