Subject | Re: How to modify the column size |
---|---|
Author | Adam |
Post date | 2006-04-12T23:33:29Z |
--- In firebird-support@yahoogroups.com, "Ann W. Harrison"
<aharrison@...> wrote:
Adam
<aharrison@...> wrote:
>Sure, providing you only want to increase it.
> 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.
>
Adam