Microsoft
Software
Hardware
Network
Question : SQL syntax error
Hi, can anyone please tell me what is wrong here:
insert into CommEmailHeader
(
CommEmailHeaderNbr, AsSoonAsPossibleYN, DateToSend,
EMailAddress,EMailSubject,
EMailMessa
ge, 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
Overcome Excel MAX num of nested if statement
VB.NET Implementing Me.Parent property on class.
Outlook 2007 Calendar printing
SQL query
toolbars position
How to retrieve data from five different tables in Access database
Explain Regular Expression
CAML Query Syntax?
SQL Query to delete all records older than 365 days
Declare variable in Microsoft SQL Server Management Studio