You need the column name, compare:
select decode(dummy,NULL,rpad(dummy,50,'A'),dummy) from dual;
select decode(dummy,'X',rpad(dummy,50,'A'),dummy) from dual;
|
Results 1 to 8 of 8
Thread: rpad(...,...,...)Threaded View
|
Click Here to Expand Forum to Full Width |