Is there any postgres function that do the following:
 
select func(9123456789);
9 123 456 789
 
the function is given a number and it returns a "readable" string representation of the number seperating groups of 3 numbers by spaces.
 
Thx

Reply via email to