I have a column whose values are 3,8,11
. I just want to concatenate with a separator.
The output should be 3-8-11
. I don't have any condition or group by parameter.
How can I write an oracle query for this?
I have a column whose values are 3,8,11
. I just want to concatenate with a separator.
The output should be 3-8-11
. I don't have any condition or group by parameter.
How can I write an oracle query for this?