Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/04/2012, 11:03
Avatar de Agusx1211
Agusx1211
 
Fecha de Ingreso: octubre-2009
Ubicación: Buenos Aires
Mensajes: 33
Antigüedad: 15 años, 1 mes
Puntos: 2
Respuesta: Convinar AND y OR en mysql

Cita:
Iniciado por hackjose Ver Mensaje
Intenta con esto
Código MySQL:
Ver original
  1. select * from eventos where id_usuario = 1 and time_fin between 7000 and 300 and id_casilla in (2,3,5);
me devuelve solo los que contienen 2

como si pusiera id_casilla = 2

gracias igual