Hi,
on 11.2.0.4,
I have :
SQL> select code, decode(code, 'BD','Jeuness','INF','adulte','fff') from genres;
CODE DECODE(
----- -------
BD fff
INF fff
POL fff
REC fff
ROM fff
THE fff
Why it can not transforme BD to Jeuness and INF to 'adulte' ?
Thanks.