mysql change column data length code example Example: syntax for changing column size in mysql ALTER TABLE emp MODIFY COLUMN name VARCHAR(100);