Posts by Paulo Henrique • 33 points
1 post
-
3
votes1
answer213
viewsQ: String postgresql manipulation?
I’d like to manipulate a String with regexp_replace as follows: String to manipulate: 'TESTE <<TESTE1>> TESTE <<TESTE2>>' String after function: 'TESTE TESTE' I tried it this…