INSERT INTO procs set name='7.4. Liste des auteurs en doublon', requete='select index_author as Auteur, group_concat(CONCAT(\'\',author_name,\', \',author_rejete,\'\') separator \' - \') as \'Cliquez Ici\', count(author_id) as Nombre from authors group by Auteur having Nombre> 1 order by Nombre DESC, Auteur ', comment='', autorisations='1', parameters=''