Guys,
I'm using Spring JDBC template with named parameters to query the DB. If I don't use the 'like' clause I'm getting the expected result.
But if I use the 'like' clause in the query, I'm not getting the expected result. Below is the code sample.
Here is the query
Could anybody please take a look at it and let me know if I'm doing something wrong.