Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: What is the best PLSQL solution to this problem?
Hi!
Might this be what you are looking for? Standard package with Oracle8; DBMS_UTIL
From doc
"
COMMA_TO_TABLE procedure
This procedure converts a comma-separated list of names into a PL/SQL table
of names. This uses NAME_TOKENIZE to figure out what are names and what are
commas.
Syntax
DBMS_UTILITY.COMMA_TO_TABLE
list IN VARCHAR2,
tablen OUT BINARY_INTEGER,
tab OUT UNCL_ARRAY);
"
Frank
Received on Wed Jun 20 2001 - 10:29:55 CDT
![]() |
![]() |