Case Statement
Case-Query The CASE expression goes through conditions and returns a value when the first condition is met syntax: CASE WHEN condition1 THEN result1 WHEN condition2 THEN result2 ELSE result END
Last updated
Case-Query The CASE expression goes through conditions and returns a value when the first condition is met syntax: CASE WHEN condition1 THEN result1 WHEN condition2 THEN result2 ELSE result END
Last updated