Question : SQL syntax error

Hi, can anyone please tell me what is wrong here:

insert into CommEmailHeader
(
       CommEmailHeaderNbr, AsSoonAsPossibleYN, DateToSend,
       EMailAddress,EMailSubject,EMailMessage, DeleteAfterSendYN,
       PGPEncryptYN, AuditYN, SentYN, SendDate, EmailCreateDate, Cell3FirstDigit, PersonRef
)

I get an error message: Line 8: Incorrect syntax near ')'.

Answer : SQL syntax error

you are missing the VALUES part, resp. the SELECT to specify which values to actually insert...
Random Solutions  
 
programming4us programming4us