INSERT INTO procs set name='4.2. Nombre d\'exemplaires par propriétaire et par section', requete='select lender_libelle AS \"Propriétaire\", section_libelle AS \"Section\", count(*) as \"Nombre\" from exemplaires, lenders, docs_section where expl_owner=idlender and expl_section=idsection group by lender_libelle, section_libelle order by lender_libelle, section_libelle', comment='', autorisations='1', parameters=''