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
Список 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 по дате отправления: