Posts by Igor Goulart • 21 points
1 post
-
2
votes4
answers40379
viewsA: How to replace column text in SQL Server (tsql)?
name if I just want to correct the register for Nfe issuance, then I have to exchange accented vowels, ç, ", etc ... I’m using: UPDATE TABELA CAMPO = REPLACE(CAMPO, 'º', 'o') Abs…