INSERT INTO caddie_procs set type='SELECT', name='S 3.1. Notices en doublons (sauf périodiques et documents électroniques)', requete='create TEMPORARY TABLE tmp SELECT tit1 FROM notices WHERE niveau_biblio=\'m\' AND typdoc !=\'l\' GROUP BY tit1 HAVING count(*)>1 SELECT notice_id as object_id, \'NOTI\' as object_type FROM notices, tmp wHERE notices.tit1=tmp.tit1 AND niveau_biblio=\'m\' AND typdoc !=\'l\'', comment='Notices en doublons sur le premier titre (pour vérification)', autorisations='1', parameters=''