Subject Re: [ib-support] Slow UPDATE
Author Xavier Solé
> > if I have a table in my Firebird database and I add a new column to this
> > table (type varchar(30)),
>
> > On the other
> > hand, if the
> > new column is added when the table is already created
>
> these two cases read the same to me???
>

Sorry, perhaps I didn't explain properly. The second case means that the
table is being created with the column I am going to update (so there's no
"ALTER TABLE").

Xavi.