Subject | Re: [firebird-support] Simple SQL help - expand field size |
---|---|
Author | Magnus Titho |
Post date | 2005-10-06T13:47:07Z |
Stevio wrote:
alter ISBN type varchar(13)
--
Magnus
>ISBN VARCHAR(10)alter table <tablename>
>
>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 ISBN type varchar(13)
--
Magnus