Nouvelle recherche
n° 84 - L'accueil, une fonction, un métier en transition
Septembre 2018
n° 85 - Les centres de santé
Décembre 2018
n° 86 - LGBTQI+
Mars 2019
n° 87 - Bien se loger, mettre sa santé à l'abri
juin 2019
n° 88 - Le patient, partenaire de ses soins et du système de santé
Septembre 2019
n° 89 - Les coordinations de soins - Concertations, organisation et cohérence
Décembre 2019
n° 90 - La santé des migrants - Ancrer le soin dans un séjour précaire
Mars 2020

User 'cdoccultld1' has exceeded the 'max_questions' resource (current value: 40000)
SELECT oal.arc_expl_notice, oal.arc_expl_bulletin, count(*) AS total_prets, trim(concat(ifnull(notices_m.tit1,''),ifnull(notices_s.tit1,''),' ',ifnull(bulletin_numero,''), if(mention_date, concat(' (',mention_date,')') ,if (date_date, concat(' (',date_format(date_date, '%d/%m/%Y'),')') ,'')))) as tit, if(notices_m.notice_id, notices_m.notice_id, notices_s.notice_id) as not_id FROM ((((pret_archive AS oal JOIN (SELECT distinct arc_id_empr FROM pret_archive nbec where (nbec.arc_expl_notice='8296' AND nbec.arc_expl_bulletin='515') AND nbec.arc_id_empr !=0) as nbec ON (oal.arc_id_empr=nbec.arc_id_empr and oal.arc_id_empr!=0 and nbec.arc_id_empr!=0)) LEFT JOIN notices AS notices_m ON arc_expl_notice = notices_m.notice_id ) LEFT JOIN bulletins ON arc_expl_bulletin = bulletins.bulletin_id) LEFT JOIN notices AS notices_s ON bulletin_notice = notices_s.notice_id) WHERE oal.arc_expl_notice!=8296 AND oal.arc_expl_bulletin!=515 AND oal.arc_id_empr !=0 GROUP BY oal.arc_expl_notice, oal.arc_expl_bulletin HAVING total_prets>=1 ORDER BY rand()