bonsoir,
j'ai exécuté la commande sql suivante :
et voila le résultat :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7 Select vendor ,(count(1) )*100/(Select count(id_incident)<div style="margin-left:120px">from incident where open_time between '2015-01-01'and'2015-01-30' ) </div>from incident where open_time between '2015-01-01'and'2015-01-30' group by upper (vendor) ;
mon objectif est d'ajouter la partie "NSN" a la partie "Nokia".
merci.
Partager