quinta-feira, 29 de outubro de 2015

Find part of a string in text - Achar parte do texto numa string


A coluna estado na tabela serviços estava vazia e precisava ser preenchida, eu tinha os estados na tabela ddds.

Coluna "fone" na tabela "serviços":
+55 11 4553-0400
+55 31 4553-0400

Coluna "estado" e "ddd" na tabela "ddds":
SP, 11
MG, 31
...

update servicos, ddds set servicos.estado=ddds.estado where MID(fone,4,3)= ddds.ddd


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...