format integer

Поиск
Список
Период
Сортировка
От ml@ft-c.de
Тема format integer
Дата
Msg-id f3f20234950352a5342a3f6d7fc96eca1f8ebba6.camel@ft-c.de
обсуждение исходный текст
Ответы Re: format integer
Re: format integer
Список pgsql-sql
Hello, 

I need a integer format with different decimal places 
The integer should have 6 diggits. (or 7 or 8)

Example (6-diggits)
input       -> output
123456.789  -> 123456  
1234.56789  ->   1234.56
12.3456789  ->     12.3456

but when it is more then 10^6 then 
12345678.9  -> 12345678 
 
Is there a pg function for this task?

Franz 






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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Question about WITH ORDINALITY and unnest
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: format integer