[
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)