I am using db2. I have a table which gives a value. For ex : value=5000
Is there any way in query or something where i can convert the number into a word.
I above example "Five thousand".....
I am using db2.
|
I am using db2. I have a table which gives a value. For ex : value=5000 Is there any way in query or something where i can convert the number into a word. I above example "Five thousand"..... I am using db2. |
|||
|
|
|
I think this is not the job which database should do. So the answer is no. |
|||||||
|
|
You could use SELECT CASE, e,g.
|
|||
|