
26/09/2011, 19:15
|
 | | | Fecha de Ingreso: julio-2011 Ubicación: Lima
Mensajes: 291
Antigüedad: 13 años, 7 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 |