Adds an end keyword to the case operator.
end
case operators can only be used as part of a query. For a case statement used as part of a stored program, use endCase instead.
case
Adds end case keywords to the case statement.
end case
case statements can only be used for flow control in stored programs. For a case operator used as part of a query, use end instead.
Adds an
end
keyword to the case operator.case
operators can only be used as part of a query. For acase
statement used as part of a stored program, use endCase instead.