Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have an Oracle table containing original character values and replacement values. I am using this as a lookup to tReplaceList. How can I replace a character with no value? i.e. a string "abcd" has the b replaced to give "acd"
I've tried no value in the replacement value but this gives a null pointer exception.