How to extract string with delimiter
653881Sep 15 2008 — edited Sep 15 2008Hello all,
I'm using Oracle 10g and want to extract string with a delimiter.
For example, i have aaaa;;bbbb;cccc;dddd;eeee;ffff and i want to extract this string into separates strings 'aaaa', ' ', 'bbbb', 'cccc', 'dddd', 'eeee', 'ffff'.
Thanks a lots for yours help.
MK.