Jaehwa Jung created TAJO-697:
--------------------------------

             Summary: Implement ALTER TABLE RENAME COLUMN
                 Key: TAJO-697
                 URL: https://issues.apache.org/jira/browse/TAJO-697
             Project: Tajo
          Issue Type: Sub-task
          Components: catalog, parser, planner/optimizer
            Reporter: Jaehwa Jung
            Assignee: Jaehwa Jung


We should support  ALTER TABLE RENAME COLUMN
The grammar is as follows:
{code:xml}
ALTER TABLE <current_table_name> RENAME COLUMN <current_column_name> TO 
<new_column_name> ;
{code}



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

Reply via email to