quarta-feira, 20 de fevereiro de 2013

MySQL - Trocar dados de um campo


UPDATE sua_tabela SET email = REPLACE(email,'.com','.com.br')


Nenhum comentário:

Postar um comentário

Linux bash file returns unexpected token `$'do\r''

open file in vi edit with   vi filename.sh   command; type in vi  :set ff=unix  command; save file with  :wq It will save the file with unix...