SQL문 실습 - CASE문(1) SQL문 실습 - CASE문(2)이전 SQL문 실습 - CASE(1), CASE(2)에 이어서 CASE문 예제를 풀어보면서 CASE문에 대해서 알아보겠습니다. 1.123456789101112131415161718192021--Use Customers table-- Select Columns:-- ContactTitle, CountryType, CustomerCount-- CountryType : -- If County is Argentina or Brazil or Mexico then 'Special Country 1'-- If County is Germany or Italy or France 'Special Country 2'-- and other country is ..