Erreur : Table 'crucify.fanzine' doesn't exist
Requête : select distinct typefanzine.id, lib, count(fanzine.id) as nbfanzines from typefanzine, fanzine where fanzine.id_typefanzine = typefanzine.id group by typefanzine.id order by lib;