Re: casting interval to time

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: casting interval to time
Дата
Msg-id 2971.1055775231@sss.pgh.pa.us
обсуждение исходный текст
Ответ на casting interval to time  (Tomasz Myrta <jasiek@klaster.net>)
Ответы Re: casting interval to time  (Tomasz Myrta <jasiek@klaster.net>)
Список pgsql-sql
Tomasz Myrta <jasiek@klaster.net> writes:
> psql (PostgreSQL) 7.3.2
> SELECT cast(cast('1 day 12 hours' as interval) as time);
>    time
> ----------
>   00:00:00
> (1 row)

I get 12:00:00 here, using 7.3.3 ... platform-specific problem maybe?
        regards, tom lane


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Let join syntax
Следующее
От: Tomasz Myrta
Дата:
Сообщение: Re: casting interval to time