INSERT INTO caddie_procs set type='SELECT', name='S 2.6. Exemplaires par localisation, section, statut, propriétaire', requete='select expl_id as object_id, \'EXPL\' as object_type from exemplaires where expl_section in (!!section!!) and expl_location in (!!location!!) and expl_statut in (!!statut!!) and expl_owner=!!proprio!! ', comment='', autorisations='1', parameters=' query_list select idsection, section_libelle from docs_section order by 2 yes query_list select idlocation, location_libelle from docs_location order by 2 yes query_list select idstatut, statut_libelle from docs_statut order by 2 yes query_list select idlender, lender_libelle from lenders order by 2 no '