Hi,
i am getting data like below from one column.anyone suggest me how can i write substr query in oracle database?
*Just for example purpose, i presented below values and those values dynamically change.
ABC
ABC,XYZ
ABC,XYZ,EFG
based on above data, all ABC should be in one column,XYZ in another column and EFG in another column
anyone suggest me how can i achieve this with substr function.