Re: Casting numeric to text

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Casting numeric to text
Дата
Msg-id Pine.LNX.4.30.0104081205320.1236-100000@peter.localdomain
обсуждение исходный текст
Ответ на Casting numeric to text  (Hans-Jürgen Schönig <hs@cybertec.at>)
Ответы Re: Casting numeric to text  (Cedar Cox <cedarc@visionforisrael.com>)
Список pgsql-sql
Hans-Jürgen Schönig writes:

> Is there any possibility to cast numeric to text in Postgres 7.0.3?
>
> shop=# select cast(price as text) from products;
> ERROR:  Cannot cast type 'numeric' to 'text'

Use the to_char() function.

-- 
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/



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

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: Can anyone explain how this works?
Следующее
От: Louis-David Mitterrand
Дата:
Сообщение: Re: [GENERAL] Re: Permissons on database