You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "Jaehwa Jung (JIRA)" <ji...@apache.org> on 2014/03/21 04:45:43 UTC

[jira] [Updated] (TAJO-696) Implement ALTER TABLE ADD COLUMN

     [ https://issues.apache.org/jira/browse/TAJO-696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jaehwa Jung updated TAJO-696:
-----------------------------

    Description: 
We should support  ALTER TABLE ADD COLUMN
The grammar is as follows:
{code:xml}
ALTER TABLE <current_table 
_name> ADD COLUMN <new_column_name> <new_column_type>;
{code}

  was:
We should support  ALTER TABLE ADD COLUMN
The grammar is as follows:
{code:xml}
ALTER TABLE <table name> ADD COLUMN <column name> <column type>;
{code}


> Implement ALTER TABLE ADD COLUMN
> --------------------------------
>
>                 Key: TAJO-696
>                 URL: https://issues.apache.org/jira/browse/TAJO-696
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: catalog, parser, planner/optimizer
>            Reporter: Jaehwa Jung
>            Assignee: Jaehwa Jung
>
> We should support  ALTER TABLE ADD COLUMN
> The grammar is as follows:
> {code:xml}
> ALTER TABLE <current_table 
> _name> ADD COLUMN <new_column_name> <new_column_type>;
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)