Re: problem with casting

Поиск
Список
Период
Сортировка
От gighen.daisuku@SUCKYOURSPAMlibero.it (Gighen Daisuku)
Тема Re: problem with casting
Дата
Msg-id slrn98n8uc.1hc.gighen.daisuku@localhost.localdomain
обсуждение исходный текст
Ответ на problem with casting  ("postgresql" <pgsql@symcom.com>)
Список pgsql-sql
In data Wed, 14 Feb 2001 21:10:30 +0000 (UTC), postgresql scrive:
>I have a table that has a 'date' column. In psql I tried to do a 
>
>select proofdate::text from openjobs where jobno = '10625';
>
>responce:   can not cast type 'date' to 'text'
>
>Did i miss-read this section. I thought I could cast the date to text. has anyone seen 
>this or am I missreading the docs?
>
select to_char(proofdate, 'dd/mm/yyyy') from openjobs where jobno = '10625';


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

Предыдущее
От: David Olbersen
Дата:
Сообщение: Data Types
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Data Types