Posts by Sami Henrique de França • 1 point
1 post
-
1
votes2
answers713
viewsA: Problem with UPDATE mysql
You can use TRIM(CAMPO) = TRIM('VALOR') To remove whitespace, remember that the operator "=" makes an exact comparison and considers whitespace as a character.…