Ver Mensaje Individual
  #7 (permalink)  
Antiguo 28/11/2005, 08:18
SOFIA_ME_GUSTA
 
Fecha de Ingreso: octubre-2005
Mensajes: 365
Antigüedad: 18 años, 6 meses
Puntos: 0
Que tal Master, esto me funciona a la perfeción:

Código PHP:
SELECT MID(phone,1,3), MID(phone,4,100) as telefono
from provider where provider_id
=57 
Pero cuando lo intento concatenar no me funciona:


Código PHP:
SELECT CONCAT (MID(phone,1,3))," ", (MID(phone,4,100)) as telefono
from provider where provider_id
=57 
Yo lo veo bien.......que sera ???

Gracias, Saludos.