INSERT INTO procs set name='6.1. Liste des bulletins par titre de périodique', requete='SELECT tit1 AS \"Périodique\", bulletin_numero AS \"Numéro\", mention_date AS \"Libellé de période\", date_date AS \"Date de parution\", count(expl_bulletin) AS \"Nombre d\'exemplaires\" FROM notices n, bulletins b LEFT JOIN exemplaires ON bulletin_id=expl_bulletin WHERE b.bulletin_notice=n.notice_id AND n.notice_id IN(!!periodique!!) GROUP BY bulletin_id ORDER BY tit1, year(date_date) DESC, month(date_date) DESC', comment='Choix d\'un ou plusieurs périodiques, résultat par ordre antéchronologique', autorisations='1', parameters=' query_list SELECT notice_id, tit1 FROM notices WHERE niveau_biblio=\"s\" ORDER BY 2 yes '