INSERT INTO procs set name='7.2.1. Liste des collections en doublon (avec éditeur identique uniquement)', requete='select index_coll as Collection, index_publisher as Editeur, group_concat(CONCAT(\'\',collection_name,\' (\',ed_name,\')\',\'\') separator \' - \') as \'Cliquez Ici\', count(collection_id) as Nombre from collections, publishers WHERE collection_parent=ed_id group by Collection,Editeur having Nombre > 1 order by Nombre DESC, Collection', comment='', autorisations='1', parameters=''