Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 20358 invoked from network); 2 Feb 2007 21:58:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 21:58:28 -0000 Received: (qmail 31377 invoked by uid 500); 2 Feb 2007 21:58:34 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 31338 invoked by uid 500); 2 Feb 2007 21:58:34 -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 31329 invoked by uid 99); 2 Feb 2007 21:58:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 13:58:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 13:58:27 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 85FD87142B6 for ; Fri, 2 Feb 2007 13:58:07 -0800 (PST) Message-ID: <32988555.1170453487546.JavaMail.jira@brutus> Date: Fri, 2 Feb 2007 13:58:07 -0800 (PST) From: "Daniel John Debrunner (JIRA)" To: derby-dev@db.apache.org Subject: [jira] Resolved: (DERBY-64) Create a table with a query In-Reply-To: <1984807828.1100122224169.JavaMail.apache@nagoya> 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-64?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel John Debrunner resolved DERBY-64. ---------------------------------------- Resolution: Fixed Fix Version/s: 10.3.0.0 Assignee: James F. Adams I think this should be marked as fixed an a new issue related to supporting the WITH DATA option added. Marking this as fixed means that it will appear in the list of fixed items for the next release. Even without the WITH DATA option it is a useful feature. Thanks James. > Create a table with a query > --------------------------- > > Key: DERBY-64 > URL: https://issues.apache.org/jira/browse/DERBY-64 > Project: Derby > Issue Type: New Feature > Components: SQL > Reporter: Christian d'Heureuse > Assigned To: James F. Adams > Fix For: 10.3.0.0 > > Attachments: Derby64Patch1.txt, Derby64Patch2.txt, Derby64Patch3.txt, Derby64Patch4.txt > > > I suggest to implement a SQL statement to create and fill a table with a query, without having to write the columns definition. > e.g.: > CREATE TABLE new_table AS SELECT ...; > or: > SELECT ... INTO new_table FROM ...; -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.