Subject Re: [firebird-support] Create table script
Author Helen Borrie
At 03:17 PM 18/09/2003 +0000, you wrote:
>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
>-(

INTEGER (10) isn't valid syntax.

heLen