Adding SWITCH function


Use SWITCH to build switch statements.

SWITCH(day_of_week, 'monday', 'working', 'saturday', 'weekend', 'error')

For more information, see our documentation.