viernes, 7 de marzo de 2014

Concatenar texto en MySQL

UPDATE localizadores SET imei = CONCAT("pau", imei) where id=1
limit 1






.