AFAIK there's no easy way to do this. Essentially you'll need to create
a new field of varchar(15), copy the contents of varchar(6), drop
varchar(6), then rename varchar(15). I'd recommend doing it all in one
transaction.
Robert Treat
On Wed, 2002-10-16 at 17:06, Karl Stubsjoen wrote:
> Hello, I have a varchar field (6). I need to change it to varchar(15).
> How do I do this from a command line?
>
> Karl