Hello, I am running into an issue when using the LIKE operator on my webservice. In order to make the like more effective, I have added a percent sign before and after the text I want to search on. This way I can bring back results that have my text a...
Answers:
4
I have an input parameter, p_subst_name, defined for a view, which I would like to use in the where clause as follows: view1.subst_name like %p_subst_name% what would be the right syntax for this please ?
Answers:
1