Imagine a result of an SQL:
ID - NOME- MENSAGEM
1 / israel / msg-olamundo
2 / rafael / msg-olamundo
3 / augusto / msg-olamundo
Now I want to do in SQL the same thing that str_replace would do in php to pull all records from one x to the word "msg -".
Searching found the answer and wanted to put it here to help the guys is very easy!