Re: Changing point for commas and commas for point

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Changing point for commas and commas for point
Дата
Msg-id 20070121185651.GA2808@KanotixBox
обсуждение исходный текст
Ответ на Changing point for commas and commas for point  ("Ezequias Rodrigues da Rocha" <ezequias.rocha@gmail.com>)
Список pgsql-sql
Ezequias Rodrigues da Rocha <ezequias.rocha@gmail.com> schrieb:

> Hi list,
> 
> Here in my country (Brazil) we have the decimal simbol as ' , ' (commas) and
> thousand separator as ' . ' (point)
>  
> Here my sql uses:  to_char(sum(My_column), '99990D00')
> 
> Is there any way to make this happens ?

I think, you can use the 'G' as a group separator for this:

test=*# select to_char(12345.67, '999G990D00');  to_char
-------------  12.345,67
(1 row)


Andreas
-- 
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."    (unknow)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Changing point for commas and commas for point
Следующее
От: "Simon Kinsella"
Дата:
Сообщение: Possible to emulate pre-8.2 behaviour of SET CONSTRAINTS?