Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/03/2010, 11:03
jurena
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Cáceres
Mensajes: 3.735
Antigüedad: 16 años, 1 mes
Puntos: 300
Respuesta: Ayuda con consulta, select.

Prueba con FIND_IN_SET()
Código MySQL:
Ver original
  1. SELECT * FROM `productos` WHERE FIND_IN_SET('2', elec) > 0;