Subject | Re: Firebird 1 problem |
---|---|
Author | Aage Johansen |
Post date | 2002-03-20T20:30:23Z |
Marv Cook wrote:
alter table THETABLE
alter "First" to FIRST_NAME;
You will probably have to use correct upper/lower case for the old field name.
Regards,
Aage J.
> I find that I have used 'First' as a column name. Firebird 1.0 considersTry:
> that a reserved word. What is the easiest way to change it in a operational
> environment?
>
alter table THETABLE
alter "First" to FIRST_NAME;
You will probably have to use correct upper/lower case for the old field name.
Regards,
Aage J.