Hi All,

Am trying to insert 50As if the column is null
e.g

select decode('','',rpad('',50,'A'),'') from dual


Need help, above code is not working, any idea.

Thanks in advance.