INSERT INTO procs set name='4.6. Liste des exemplaires par propriétaire et par section (sauf périodiques)', requete='select section_libelle as \'Section\', expl_cote as \'Cote\', CONCAT(\"\'\",expl_cb,\"\'\") as \'Code-barres\', tit1 as \'Titre\' from exemplaires, notices, docs_section, lenders where idsection in (!!sections!!) and expl_owner=!!proprietaire!! and expl_notice=notice_id and expl_section=idsection and expl_owner=idlender order by section_libelle, expl_cote, expl_cb ', comment='Titres triés par cote et code-barres', autorisations='1', parameters=' query_list select idsection, section_libelle from docs_section ORDER BY section_libelle yes query_list no '