Subject Re: [firebird-support] Change computed field to physical field
Author Anderson Farias
Hi,

> Is there a way to change a computed field to a physical field without
> dropping it ?

No

Create the new field
Update new with values from computed field (and commit)
Drop computed field
Rename new field



Regards,
Anderson