Convert numeric to money

Поиск
Список
Период
Сортировка
От lucas@presserv.org
Тема Convert numeric to money
Дата
Msg-id 20050722110340.4ogyzmonnny800sc@www.presserv.org
обсуждение исходный текст
Ответы Re: Convert numeric to money  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-sql
Hi.
I have searched in mailing-list archives about converting types, but I couldn't
found a function or clause that convert a numeric type to money type.
How Can I convert this types?

=> select '1234'::money;  money
------------R$1.234,00

=> select '1234'::numeric::money;
ERROR:  cannot cast type numeric to money

The problem is becouse I have a table with "numeric" field, and I need to show
it like "money" type (R$ 1.234,00). Is there a function to convert it??? Or is
there a function to mask the numeric field to show like money (with
R$x.xxx,xx)???

Thanks.



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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Error when using array variable
Следующее
От: Gnanavel S
Дата:
Сообщение: Re: Error when using array variable