Menu

Operadores Logísticos en Islay

2025-10-20 23:41##Error en la orden: SELECT * FROM ( SELECT CASE WHEN empresa LIKE '%islay%' THEN 1 ELSE 2 END AS rnk, id, cliente, empresa, direccion, poblacion, pais, img_logo, img_flyer, slug, puntuacion, plan, clase, mail_bienvenida, orden, fecha_registro, last_print FROM DIRECTORIO WHERE activo='1' AND visible='1' AND eliminado='0' AND (( AND (poblacion LIKE '%Islay%' OR direccion LIKE '%Islay%') AND ( empresa LIKE '%islay%' OR direccion LIKE '%islay%' OR poblacion LIKE '%islay%' OR descripcion LIKE '%islay%' ) ) OR MATCH (keywords) AGAINST ('Islay')) ) AS tab ORDER BY cliente DESC, plan DESC, puntuacion DESC, orden DESC, rnk, last_print DESC, fecha_registro DESC, empresa LIMIT 0, 12####