I have a string in oracle column example emp.id=100&empHelper.userTab=2
I want to use REPLACE function to replace '&empHelper.userTab=2'
with empty string.
&
symbol is creating problem , I want to use escape char to consider '&empHelper.userTab=2' as text to replace in replace function instead of using set define off .