I have to search a pattern in the string, however I am not getting desired result. Since in my pattern string I have a spacial characters like '_'.
Example: Pattern string is "MA_" and it should return only "MA_%" string however query returning values like "MAN%" and "MA_%..