Código PHP:
Ver original
SELECT reporte.id_reporte, reporte.no_reclamo, reporte.no_poliza, reporte.asegurado, reporte.reclamante, reporte.fecha_siniestro, reporte.no_registro, ajustador.id_ajustador, aseguradora.id_aseguradora, aseguradora.nombre, estado_reporte.id_estadoreporte, estado_reporte.estado FROM reporte INNER JOIN aseguradora ON aseguradora.id_aseguradora = reporte.id_aseguradora INNER JOIN ramo ON ramo.id_ramo = reporte.id_ramo INNER JOIN ajustador ON ajustador.id_ajustador = reporte.id_ajustador INNER JOIN estado_reporte ON estado_reporte.id_estadoreporte = reporte.id_estadoreporte WHERE reporte.id_ajustador = 18 AND reporte.no_reclamo LIKE '%as%' OR reporte.no_poliza LIKE '%as%' OR reporte.asegurado LIKE '%as%' OR reporte.reclamante LIKE '%as%' OR reporte.fecha_siniestro LIKE '%as%' OR reporte.no_registro LIKE '%as%' OR aseguradora.nombre LIKE '%as%' OR estado_reporte.estado LIKE '%as%'
WHERE reporte.id_ajustador = 18, esta como omitiendo esta linea
Que se me podria estar escapando se les agradece un monton