need oracle SP to split csv row by row
I have a table named KeyWords with 3 columns as KeyID,KeyName & KeyVal.KeyVal is csv.
Need urgent help to have a SP which splits this KeyVal column & display these 2 columns(KeyName & KeyVal) in gridview as follows:
Help(KeyName) Help1(KeyVal)
Help2(KeyVal)
Both the .aspx design & code-behind will be highly appreciated.
|