INSERT INTO caddie_procs set type='SELECT', name='S 1.1. Bulletins par date de publication et par titre de périodique', requete='select bulletin_id as object_id, \'BULL\' as object_type from bulletins where date_date >= \"!!date_debut!!\" and date_date <= \"!!date_fin!!\" and bulletin_notice IN (!!nom_de_revue!!)', comment='Choix sur un ou plusieurs titres, entre deux dates', autorisations='1', parameters=' date_box date_box query_list SELECT notice_id, tit1 FROM notices WHERE niveau_biblio=\'s\' order by tit1 yes '