This example changes the name of column C1 in table TABLE01 to C2.
ALTER TABLE TABLE01 RENAME COLUMN FROM C1 TO C2;