INSERT INTO caddie_procs set type='SELECT', name='S 2.9. Le couteau suisse de la sélection d\'exemplaires', 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_codestat in (!!codestat!!) and expl_typdoc in (!!typedoc!!) and expl_cote LIKE \'!!debut_cote!!%\' and expl_owner in (!!proprio!!)', comment='Tous les champs obligatoires, sauf cote', 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 idcode, codestat_libelle from docs_codestat yes query_list select idtyp_doc, tdoc_libelle from docs_type yes text query_list no '