How can I create PostgreSQL function for I: 123 as O: One Two Three as well as Un Deux Trois?
How would one write a function in PostgreSQL to obtain a number in words? Input: 123 Output: Un Deux Trois One Two Three Input: 123.00 Output: Un Deux Trois . Zéro Zéro One Two Three . Zero Zero I tried…