[Solved] Oracle 11gR2: split string with multiple delimiters(add)
Here’s a different approach that handles nulls and does not risk altering any data. It uses a with clause to break down the data by the delimiters, ending up with splitting on the commas. ASSUMPTION: Steps have already been taken to ensure that the data has already been scrubbed of the delimiter characters (commas and … Read more