Use SWITCH
to build switch statements.
SWITCH(day_of_week, 'monday', 'working', 'saturday', 'weekend', 'error')
For more information, see our documentation.
SWITCH
functionUse SWITCH
to build switch statements.
SWITCH(day_of_week, 'monday', 'working', 'saturday', 'weekend', 'error')
For more information, see our documentation.