Subject Re: [firebird-support] Simple SQL help - expand field size
Author Magnus Titho
Stevio wrote:

>ISBN VARCHAR(10)
>
>I need to expand this field to 13 digits instead of 10. There are already
>existing records.
>
>What is the SQL to change this?
>
>

alter table <tablename>
alter ISBN type varchar(13)


--
Magnus