CASE statement doesn't have to be indented.
The CASE statement goes through conditions and returns a value when the first condition is met (like an IF-THEN-ELSE statement). So, once a condition is true, it will stop reading and return the result. If no conditions are true, it returns the value in the ELSE clause.
Войдите чтобы поставить Нравится
Войдите чтобы прокомментировать