Cette action est irreversible, confirmez la suppression du commentaire ?
Signaler le commentaire
Veuillez sélectionner un problème
Nudité
Violence
Harcèlement
Fraude
Vente illégale
Discours haineux
Terrorisme
Autre
jmn
select nom, matable.codestage, total from Matable left join (select codestage, count(nom) from Matable group by codestage) as g on matable.codestage=g.codestage
select nom, matable.codestage, total from Matable left join (select
codestage, count(nom) from Matable group by codestage) as g on
matable.codestage=g.codestage
select nom, matable.codestage, total from Matable left join (select codestage, count(nom) from Matable group by codestage) as g on matable.codestage=g.codestage
Merci bien :)
-----Message d'origine----- select nom, matable.codestage, total from Matable left
join (select
codestage, count(nom) from Matable group by codestage)
as g on
matable.codestage=g.codestage
.
Merci bien :)
-----Message d'origine-----
select nom, matable.codestage, total from Matable left
join (select
codestage, count(nom) from Matable group by codestage)