Victoria Markman created DRILL-2484:
---------------------------------------

             Summary: Document CASE expression
                 Key: DRILL-2484
                 URL: https://issues.apache.org/jira/browse/DRILL-2484
             Project: Apache Drill
          Issue Type: Bug
          Components: Documentation
            Reporter: Victoria Markman
            Assignee: Bridget Bevens


Case expression is not documented, we support "searched case":

CASE
    WHEN boolean-expression THEN
      statements
  [ WHEN boolean-expression THEN
      statements
    ... ]
  [ ELSE
      statements ]
END CASE;

See postgres page for example: 
http://www.postgresql.org/docs/9.1/static/plpgsql-control-structures.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to