I would like to return multiple values in my case statement, such as :
SELECT CASE WHEN THEN WHEN
In a SQL CASE clause, the first successfully matched condition is applied and any subsequent matching conditions are ignored.