[
https://issues.apache.org/jira/browse/TAJO-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14008980#comment-14008980
]
Prafulla T edited comment on TAJO-699 at 5/26/14 6:05 PM:
----------------------------------------------------------
Thanks Hyunsik.
Patch is available for review at following link
https://reviews.apache.org/r/21915/
OR
Here
https://github.com/apache/tajo/pull/21
was (Author: prafulla):
Thanks Hyunsik.
Patch is available for review at following link
https://reviews.apache.org/r/21915/
> Create a table using LIKE
> -------------------------
>
> Key: TAJO-699
> URL: https://issues.apache.org/jira/browse/TAJO-699
> Project: Tajo
> Issue Type: Improvement
> Components: catalog, parser, planner/optimizer
> Reporter: Jaehwa Jung
> Assignee: Prafulla T
>
> Creating a table from existing table is very useful function for users. So,
> we should support CREATE TABLE LIKE The grammar is as follows:
> {code:xml}
> CREATE TABLE <table_name> LIKE <source_table_name>
> {code}
> For reference, the LIKE clause specifies a table from which the new table
> automatically copies all column names, their data types.
--
This message was sent by Atlassian JIRA
(v6.2#6252)