Subject | RE: [firebird-support] Problem: create table with field name equal to the data type name |
---|---|
Author | Alan McDonald |
Post date | 2005-06-20T08:47:49Z |
> Hello together,this has already been answered more than once
>
> we have an project with existing tables and we want to use now the
> firebird database.
>
> The problem is that we can't create tables where the field name ist
> eqal to the data type name.
>
> Example:
> create table test (TIMESTAMP timestamp NOT NULL);
>
> Can you help me to solve the problem? I can't change the field name
> because of existing client tools!
Alan