Re: function returning a readable representation of a number

Поиск
Список
Период
Сортировка
От gnari
Тема Re: function returning a readable representation of a number
Дата
Msg-id 001101c468c0$31a89d80$0100000a@wp2000
обсуждение исходный текст
Ответ на function returning a readable representation of a number  ("Najib Abi Fadel" <nabifadel@usj.edu.lb>)
Список pgsql-general
Sent: Tuesday, July 13, 2004 10:07 AM
Subject: [GENERAL] function returning a readable representation of a number

> Is there any postgres function that do the following:
> select func(9123456789);
> 9 123 456 789
 
you mean like
 
select to_char(9123456789,'999 999 999 999');
 
?
 
gnari
 

В списке pgsql-general по дате отправления:

Предыдущее
От: Janko Richter
Дата:
Сообщение: Re: Latitude/Longitude data types and functions
Следующее
От: "Markus Wollny"
Дата:
Сообщение: Tuning random_page_cost