INSERT INTO procs set name='2.4.1. Nombre de prêts par support', requete='SELECT tdoc_libelle AS \"Support\", count(arc_id) AS \"Nombre de prêts\" FROM docs_type, pret_archive WHERE idtyp_doc = arc_expl_typdoc AND date(arc_debut) BETWEEN \"!!Du!!\" AND \"!!Au!!\" GROUP BY tdoc_libelle ORDER BY tdoc_libelle', comment='Recherche entre deux dates', autorisations='1', parameters=' date_box date_box '