This question already has an answer here:
- SQL syntax error 170 in insert statement 4 answers
The following Insert statement is throwing syntax error but I am not finding it.
INSERT INTO Test ( [ID] ,[IDType] ,[IDLanguage] ,[State] ,[StateSEO] ,[Permalink] ,[PermalinkMapping] ,[DateCreated] ,[DateModified] ,[SEOName])
VALUES
( 19988 ,72 ,1 ,0 ,0 ,'' ,'' , GETDATE() , GETDATE() ,'H_KDA1559_ST_004' )