Incorrect Syntax near ‘,’ in Sql query execution in Spring JPA but executes successfully in database
I am using java 8 and have an update query with 3 columns concatenated to one in the where clause. the query works perfectly in the SQL Server , but when I execute from the code , it results in Incorrect syntax error.