Ver Mensaje Individual
  #3 (permalink)  
Antiguo 30/10/2015, 10:43
jmg1189
 
Fecha de Ingreso: septiembre-2015
Mensajes: 58
Antigüedad: 8 años, 7 meses
Puntos: 2
Respuesta: problema con valores null

sii es lo que pense, tuve que solucionarlo asi

Código MySQL:
Ver original
  1. SELECT * FROM `auditorias` WHERE `consecutivo` = 203556 and not isnull(`lugar_a`) and not isnull(`lugar_c`) and not isnull(`hora`) and not isnull(`auditores`) and not isnull(`requisito`) and not isnull(`auditado_nom`) and not isnull(`auditado_car`)

y me funciono, queria hacerlo de una forma tal vez mas practica.
muchas gracias leonardo_josue por leer y comentar, gracias por tu ayuda.