Subject reserved words as field names at create table?
Author kandalf4711
Hello together,

we habe a problem with the create table syntax which no other database
has.

We can't create our tables because firebird can't create tables where
the field name ist equal to the data type name.

Example:
create table test (TIMESTAMP timestamp NOT NULL);

Can anobody help me?