Skip to content
Advertisement

use concat or replace for values in the middle SQL / Postgresql

how to use concat for values in the middle,

I have the following data

and I want to change it to be like this

I tried with a query like this, but the results did not match what I expected

this is the result of my query

Advertisement

Answer

You can simply use

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement