Ver Mensaje Individual
  #3  
Antiguo 16-07-2004
SaurioNet SaurioNet is offline
Miembro
 
Registrado: mar 2004
Posts: 25
Reputación: 0
SaurioNet Va por buen camino
La consulta es:

SELECT * FROM tablaX WHERE campoA = 0 AND campoB <> 29 AND campoB <> 26 AND campoB <> 9

campoA = tinyint(1) UNSIGNED NOT NULL predeterminado = 0
campoB = tinyint(3) UNSIGNED NOT NULL predeterminado = 255
Responder Con Cita