Subject | RE: [firebird-support] SQL Help please |
---|---|
Author | Leyne, Sean |
Post date | 2003-07-29T16:58:14Z |
> Can Someone tell me what is wrong with this simple statement? PleaseNOW needs to be quoted ("NOW")
>
> INSERT INTO FEATURES
> (TITLE,DESCRIPTION,PRIORITY,DATECREATED,CREATEDBY,PARENTFEATUR
> E,IMPLEMENTESTIMATE,IMPLEMENTACTUAL,OWNER)
>
> VALUES ('Test Title', 'Test Description', 2
> ,NOW, 'me of
> course','', 24, 22, 'ownerid')
>
> ISC ERROR MESSAGE:
> Dynamic SQL Error
> SQL error code = -104
> Unexpected end of command
Sean