How to convert Number to Words using SQL?
518258Mar 16 2007 — edited Mar 16 2007Hello All,
I have to convert some number into its word representation
e.g. if number = 1234 then I want to convert it into
'one thousand two hundred thirty four Rs.'
so how it is done using SQL? I think it uses to_char function with format as 'jsp' but I m nt getting exactly wat to do?
can anybody help?
regards,