Bonjour
Je travaille sous oracle 8 i comment puis je
convertir cette syntaxe en decode
sum(case when (S.supp=1 and E1.even = 'V11') then tx_rep1*brut/100
when (S.supp=1 and E1.even = 'P11') then tx_rep2.brut/100
when (S.supp=1 and E1.even = 'V1') then tx_rep3*brut/100 end)
Si ce n'est pas possible y a t'il une autre facon de faire
Merci
Partager