[
https://issues.apache.org/jira/browse/HIVE-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655579#action_12655579
]
Adam Kramer commented on HIVE-31:
---------------------------------
Similar request would be a straightforward LIKE command:
CREATE TABLE new_table LIKE preexisting_table;
...I've been meaning to request this functionality for a while.
Comment 2: I think it would be very useful to ensure that we can create
temporary tables this way, too: CTTAS.
> Hive: support CREATE TABLE xxx SELECT yyy.* FROM yyy
> ----------------------------------------------------
>
> Key: HIVE-31
> URL: https://issues.apache.org/jira/browse/HIVE-31
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Zheng Shao
>
> We should allow users to create a table using query result, without
> specifying the column names and column types.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.