Flow Control Function May 3, 2022 CASE CASE WHEN condition THEN result [WHEN ...] [ELSE result] END IF IF(condition, trueExpression, falseExpression)