You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Victoria Markman (JIRA)" <ji...@apache.org> on 2015/03/17 21:12:40 UTC

[jira] [Created] (DRILL-2484) Document CASE expression

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)