Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0917A178CC for ; Thu, 9 Apr 2015 17:58:13 +0000 (UTC) Received: (qmail 82808 invoked by uid 500); 9 Apr 2015 17:58:12 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 82777 invoked by uid 500); 9 Apr 2015 17:58:12 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 82767 invoked by uid 99); 9 Apr 2015 17:58:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2015 17:58:12 +0000 Date: Thu, 9 Apr 2015 17:58:12 +0000 (UTC) From: "Kristine Hahn (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (DRILL-2484) Document CASE expression MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kristine Hahn reassigned DRILL-2484: ------------------------------------ Assignee: Kristine Hahn (was: Bridget Bevens) > 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: Kristine Hahn > > 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)