Hi Experts,
To print 'initialcap' (not upper or lower) i wrote query something like below:
select upper(substr('oracle',1,1))||substr('oracle',2,max(length('oracle'))) from dual
is there any alternative command to get InitialCap functionality in simple way..
Best Regards
Prasanth