Le taux d'usure en ce 4eme trimestre 2022
07-10-2022
SELECT * FROM `bien` JOIN `agence` ON `agence`.`id_agence` = `bien`.`id_agence` WHERE `agence`.`etat` = 1 AND `bien`.`etat` = 1 AND ((`bien`.`duplicate` =0 and ( `bien`.export_dup=0 or export_dup=2 or `bien`.export_dup is null)) or `bien`.`duplicate` !=0 ) and statut!=3 and statut!=5 and statut!=4 AND (bien.`id_agence` = '90' or bien.id_agence='36') and (type_offre=0 or statut=6) order by save_date desc LIMIT :premier, :parpage;