One Problem
Hi Frnds,
I am having two fields in my database. Those fields are like +A+B+C++, +1+2++++. I need to extract all the characters excluding +(which I have already done using SPLIT function). Now I need to arrange those data in a table like .....
Name Age
------- -------
A 1
B 2
C
If no characters are there in first string(i.e.+A+B+C++), that table will not be displayed at all. Can you please give a solution for this problem with some sample code??
Thanks in Advance...
|