Re: text(bool), text(numeric)

Поиск
Список
Период
Сортировка
От Markus Bertheau
Тема Re: text(bool), text(numeric)
Дата
Msg-id 1006945244.4770.34.camel@entwicklung01.cenes.de
обсуждение исходный текст
Ответ на text(bool), text(numeric)  (Vicktor <vic@adv.ru>)
Ответы Re: text(bool), text(numeric)
Re: text(bool), text(numeric)
Список pgsql-bugs
On Wed, 2001-11-28 at 11:24, Vicktor wrote:
>  Why not exists functions for convert any type to text?
>  I can't find text(bool), text(numeric) ...

use type casting:=20

select column::text from table

after :: comes the type you want.

Markus Bertheau

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

Предыдущее
От: Vicktor
Дата:
Сообщение: text(bool), text(numeric)
Следующее
От: Vicktor
Дата:
Сообщение: Re: text(bool), text(numeric)