Description
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 ...;
Attachments
Attachments
Issue Links
- is related to
-
DERBY-2605 You can create BOOLEAN columns in 10.3
- Closed
- relates to
-
DERBY-2288 Support WITH DATA option of CREATE TABLE new_table AS subquery WITH [NO] DATA
- Open
-
DERBY-2593 Add documentation for the CREATE TABLE as subquery clause
- Closed