Subject | Re: [firebird-support] Alter column width -> shorter |
---|---|
Author | Helen Borrie |
Post date | 2008-01-31T02:50:26Z |
At 01:31 PM 31/01/2008, you wrote:
./hb
>> alter table atable drop surname;No reason at all - I simply forgot about it. ;-)
>> commit;
>> alter table atable add surname varchar(30);
>> commit;
>> update atable set surname = newsurname;
>> commit;
>> alter table drop newsurname,
>
>Any particular reason for not using "alter table atable alter
>newsurname to surname;"?
./hb