Create a table with a query
---------------------------

         Key: DERBY-64
         URL: http://nagoya.apache.org/jira/browse/DERBY-64
     Project: Derby
        Type: New Feature
  Components: SQL  
    Reporter: Christian d'Heureuse


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.
-
If you think it was sent incorrectly contact one of the administrators:
   http://nagoya.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to