Subject RE: [firebird-support] SQL Help please
Author Leyne, Sean
> Can Someone tell me what is wrong with this simple statement? Please
>
> 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

NOW needs to be quoted ("NOW")


Sean