Subject Create table script
Author catalinplacinta
I am creating a table in Firebird with the following script:
SQL> CREATE TABLE nomconsumabile (idnomenclator INTEGER (10),
denumire VARCHAR (50), datainreg TIMESTAMP, idfurnizor INTEGER (10),
PRIMARY KEY (idnomenclator));
when i run the sql query, i get the following error:

Statement failed, SQLCODE = -104

Dynamic SQL Error
-SQL error code = -104
-Token unknown - line 1, char 52
-(

I have searched for an explanation, but none found up to now.
Any ideas? Thanks in advance