Ver Mensaje Individual
  #1  
Antiguo 10-10-2007
Avatar de JcTaztoman
JcTaztoman JcTaztoman is offline
Miembro
 
Registrado: ago 2007
Ubicación: Cancun
Posts: 15
Reputación: 0
JcTaztoman Va por buen camino
Question Sentecia Like

hola que tal, alguno de ustedes sabe como utilizar la sentencia LIKE ?? no encuentro la forma de aplicarla, segun es :

Código SQL [-]
sql.add('where p.id_franquicia=f.id_franquicia and p.id_ruta=r.id_ruta and e.serie LIKE' _+quotedstr(Enumcliente.Text)+'%'');
pero pues no mas dice que:
Código Delphi [-]
')' Expected  but identifier '_' found
Responder Con Cita