Which Functions Using Integer ==> String's i.e 2 ==> Two...
Like that string's ==> integer values ? It is Possible ?

Answer Posted / rajesh.mca

Using To_char() function

ex: select sal , To_char(To_Date(sal,'j'),'jsp') as "Sal in
words" from emp

Is This Answer Correct ?    12 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain oracle data types with examples?

583


How do we create privileges in oracle?

594


How to define an oracle cursor variable?

581


How to list all user accounts in oracle?

620


What is difference between sid and service name in oracle?

523






What is redo log?

634


Difference between varchar and varchar2 data types?

671


What do you mean by a database transaction & what all tcl statements are available in oracle?

559


What is coalesce function?

583


i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)

1813


Whats the benefit of dbms_stats over analyze?

1503


What is blob data type in oracle?

567


How to drop an index?

550


i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?

1478


query optmization techniques and quwry analyser+projects+ppts

1940