I'm new to Oracle and not sure how to remove the first character in the String.
For example this value
,1,2,3,4,5,6,7
Here I loop it and appending comma after each value. But unfortunately first time it is appending comma. Not sure how to remove it.