Subject | Re: [firebird-support] Create table script |
---|---|
Author | Helen Borrie |
Post date | 2003-09-18T22:34:38Z |
At 03:17 PM 18/09/2003 +0000, you wrote:
heLen
>I am creating a table in Firebird with the following script:INTEGER (10) isn't valid syntax.
>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
>-(
heLen