Nonstop Database, HiRDB Version 9 System Operation Guide

[Contents][Index][Back][Next]

13.9.2 Example 2: Changing a column name

This example changes the name of column C1 in table TABLE01 to C2.

Organization of this subsection
(1) Use the ALTER TABLE statement to change a column's name

(1) Use the ALTER TABLE statement to change a column's name

 
ALTER TABLE TABLE01 RENAME COLUMN FROM C1 TO C2;