Bug #4950 | convert digits(any Number like 5000) into words means | ||
---|---|---|---|
Submitted: | 9 Aug 2004 12:07 | Modified: | 25 Dec 2005 12:41 |
Reporter: | Mahendra Singh | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server | Severity: | S4 (Feature request) |
Version: | OS: | ||
Assigned to: | CPU Architecture: | Any |
[9 Aug 2004 12:07]
Mahendra Singh
[9 Aug 2004 12:17]
Mahendra Singh
There is no function which converts number(in digits) to words....
[14 Oct 2004 15:48]
Roberto Spadim
make user difined functions, UDF and you will get one
[25 Dec 2005 12:41]
Valeriy Kravchuk
Another, alternative way to implement this in MySQL 5.x is to create the appropriate stored function. It will be language-specific, so I do not think that it is reasonable for MySQL to implement its verisons for all supported languages.