I am trying to change a string which is in the format say :
"12_7,34_22,28_4,6_22"
TO
"12,34,28,6"
Essentially I want to eliminate “_” (underscore and whatever is after that and before comma ) from the string. Haven’t worked with sql so it is looking like an uphill task to me.
..in use it would look like..