|
Hello all, There is maximum number of tokens in the string - n I need to split each string and put every token in its respective column for further manipulation: Now my requirment is only for 7 tokens but in future i will use it dynamically.and iam going to use this data in multiple places so i want it as a function.or tell me any other better way. Kindly help me pls
(comments are locked)
|
|
As a break from suggesting the @JeffModen solution, here is one from Brad Schultz - http://bradsruminations.blogspot.com/2009/10/un-making-list-or-shredding-of-evidence.html You can take column values into a string and take a string and split it into columns/rows. I havent tested it but if you are working with lots of records you may want to test this and the Tally Table method to ensure you pick the most performant pls can you explain me clearly
Mar 25 '11 at 01:40 AM
bindumadhavi
Definitely do some performance testing if you're working with lots, or you're not doing this as a one-off.
Mar 25 '11 at 01:41 AM
ThomasRushton ♦
have you read the details at the links?
Mar 25 '11 at 01:44 AM
Fatherjack ♦♦
Hang on - the question's tagged plsql...
Mar 25 '11 at 01:48 AM
ThomasRushton ♦
yes but iam not able to understand
Mar 25 '11 at 01:56 AM
bindumadhavi
(comments are locked)
|

