Abdul Rehman wrote:
> Hi all,
>
> Can any body help me in converting numeric values into words via
> postgres function: i.e. 313 to THREE HUNDRED THREE
I would not recommend to do this within the database. Thats typical
a job for your presentation layer.
Regards
Tino