Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 25659 invoked from network); 23 Apr 2008 19:34:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2008 19:34:49 -0000 Received: (qmail 80964 invoked by uid 500); 23 Apr 2008 19:34:50 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 80828 invoked by uid 500); 23 Apr 2008 19:34:49 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 80312 invoked by uid 99); 23 Apr 2008 19:34:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 12:34:47 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2008 19:34:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7A012234C0FE for ; Wed, 23 Apr 2008 12:31:21 -0700 (PDT) Message-ID: <1679558637.1208979081498.JavaMail.jira@brutus> Date: Wed, 23 Apr 2008 12:31:21 -0700 (PDT) From: "Rick Hillegas (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Updated: (DERBY-3640) Add an example for table function in Derby Reference Manual In-Reply-To: <1882961025.1208930125028.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DERBY-3640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rick Hillegas updated DERBY-3640: --------------------------------- Attachment: rrefcreatefunctionstatement.html derby-3640-01-tableFunctionExample.diff Attaching a version of the CREATE FUNCTION page which includes an example of declaring a table function. Would this be helpful? > Add an example for table function in Derby Reference Manual > ----------------------------------------------------------- > > Key: DERBY-3640 > URL: https://issues.apache.org/jira/browse/DERBY-3640 > Project: Derby > Issue Type: Task > Components: Documentation > Affects Versions: 10.4.1.3 > Reporter: Mamta A. Satoor > Priority: Minor > Attachments: derby-3640-01-tableFunctionExample.diff, rrefcreatefunctionstatement.html > > > Table Functions are explained in Derby Reference Manual Section CREATE FUNCTION. At the end of the section, there is an example of how to create non-table function. It will be nice to include an example for table function as well. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.