Subject | Re: [firebird-support] change the lenght of a varchar field |
---|---|
Author | Martijn Tonies |
Post date | 2004-07-01T13:54:07Z |
Hi,
ALTER yourcolumn TYPE VarChar(newlength)
better alternatives.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com
> I'm trying to change the length of a varchar field. There is someALTER TABLE yourtable
> way to do this without data lost?
ALTER yourcolumn TYPE VarChar(newlength)
> Im using FB 1.5 and IBConsole.Why IBConsole? It's not Firebird specific and there are much
better alternatives.
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server.
Upscene Productions
http://www.upscene.com