Ver Mensaje Individual
  #3 (permalink)  
Antiguo 26/09/2011, 19:15
Avatar de morfasto
morfasto
 
Fecha de Ingreso: julio-2011
Ubicación: Lima
Mensajes: 291
Antigüedad: 12 años, 9 meses
Puntos: 8
Respuesta: problema al concatenar

Esta es mi consulta:

select clientes.cliente_id, nombre, apellido, fecha from notificaciones, clientes where (clientes.cliente_id=notificaciones.cliente_id) and (fecha>'$rs[fecha]') and (tipo=1) and (tipo_id=$foto_id) order by nombre asc