Does PL/SQL have an equivalent StringTokenizer to Java's?

Posted by dacracot on Stack Overflow See other posts from Stack Overflow or by dacracot
Published on 2009-10-05T15:20:14Z Indexed on 2010/05/25 13:51 UTC
Read the original article Hit count: 304

Filed under:
|
|
|
|

I use java.util.StringTokenizer for simple parsing of delimited strings in java. I have a need for the same type of mechanism in pl/sql. I could write it, but if it already exists, I would prefer to use that. Anyone know of a pl/sql implementation? Some useful alternative?

© Stack Overflow or respective owner

Related posts about sql

Related posts about Oracle