This example changes the definition size of the DATA01 column in the TABLE01 table from VARCHAR(150) to VARCHAR(200).
ALTER TABLE TABLE01 CHANGE DATA01 VARCHAR(200);