Subject Re: [firebird-support] Re: How to modify the column size
Author Ann W. Harrison
Adam wrote:
>
>>How do I change(increase/decrease ) the column size in FireBird.
>>
> The easiest way to do it is to use a tool that generates the
> appropriate scripts for you.
>
> The second easiest way is:
>
> 1) Temporarily remove dependencies on the column to change
> ...

No, the easiest way is to use the alter column clause of the alter
table statement. That syntax allows you to increase the size of
a column, but not reduce it.


Regards,


Ann