INSERT INTO procs set name='2.4.2. Nombre de prêts par section', requete='SELECT section_libelle AS \"Section\", count(arc_id) AS \"Nombre de prêts\" FROM pret_archive left join docs_section on arc_expl_section=idsection where date(arc_debut) BETWEEN \"!!Du!!\" AND \"!!Au!!\"GROUP BY section_libelle ORDER BY section_libelle', comment='Recherche entre deux dates', autorisations='1', parameters=' date_box date_box '