I am trying to locate a substring within a string. Everything I find on the net is locating its position. I don't care about the position and given the position on every row floats I cant say regexp_instr(X, 10, 5).
I am looking to say if X in Column String then give me a new column with only the string I asked for. If not Give me Y.
The issue is that 1 of 10 strings are within Column String and I am trying to extract them out in 1 to 2 steps as a separate column.
Can this be done? Thanks.