Vra

I need to display the Date in words. For example 27-JUL-1991 should display like Twenty seven of JULY, Nineteen Hundred ninety one

How can I achieve this in oracle?

Was dit nuttig?

Oplossing

Try this

SELECT TO_CHAR (column_name,'HHsp:MIspth AM ddspth/mmspth/yyyyspth') 
FROM table

It gives you everything.. you can modify as you want...

Gelisensieer onder: CC-BY-SA met toeskrywing
Nie verbonde aan StackOverflow
scroll top