Re: Changing field size

2002-04-28 Thread Michael Chang
To my knowledge, nothing would happen to the existing data, since you would be performing a "widening conversion." Michael On Sun, 28 Apr 2002, Anthony Rodriguez wrote: > I've a VARCHAR(4) field that I want to change to a VARCHAR(6) field. > > What would happen to the existing data in MySQ

Changing field size

2002-04-28 Thread Anthony Rodriguez
I've a VARCHAR(4) field that I want to change to a VARCHAR(6) field. What would happen to the existing data in MySQL db? Thanks! Tony ([EMAIL PROTECTED]) - Before posting, please check: http://www.mysql.com/manual.php (t