SyntaxFix
Write A Post
Hire A Developer
Questions
Some Linux based MySQL installations require case sensitive. Work around is to apply nativeQuery.
nativeQuery
@Query(value = 'select ID, CLUMN2, CLUMN3 FROM VENDOR c where c.ID = :ID', nativeQuery = true)