INSERT INTO procs set name='3.4. Liste des titres jamais empruntés, par section (sauf périodiques)', requete='SELECT distinct tit1 as \"Titre\", CONCAT(\"\'\",expl_cb,\"\'\") as \'Code-barres\', expl_cote as \"Cote\" FROM notices, docs_section, exemplaires LEFT JOIN pret_archive ON expl_notice=arc_expl_notice WHERE (date(arc_debut) not between \"!!Du!!\" and \"!!Au!!\" and date(arc_fin) not between \"!!Du!!\" and \"!!Au!!\" or arc_expl_notice is null) AND expl_notice=notice_id AND expl_section=idsection AND idsection IN(!!Section!!) ORDER BY expl_cote, tit1', comment='Recherche entre deux dates, tri par cote et titre', autorisations='1', parameters=' date_box date_box query_list no '