posted 18 years ago
I have a column that has a values like:
ABCDEF*123456*XZY
ABC*QQQ*ZZZ
ABC*CBA*123
How can I get the middle value out using only Oracle built in functions? Someone gave me an example here that uses SUBSTR, but then uses SIGN, DECODE,INSTR, LENGTH to determine how to get that value out. I was hoping for a simplier solution.