Subject SQL Help please
Author Daniel Bertin
Can Someone tell me what is wrong with this simple statement? Please

INSERT INTO FEATURES
(TITLE,DESCRIPTION,PRIORITY,DATECREATED,CREATEDBY,PARENTFEATURE,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


what is causing this error ?
Daniel