INSERT INTO procs set name='7.2.2. Liste des collections en doublon (pour tous les éditeurs)', requete='select index_coll as Collection, 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 having Nombre > 1 order by Nombre DESC, Collection', comment='', autorisations='1', parameters=''