Re: string to date conversion

Поиск
Список
Период
Сортировка
От Jerome Alet
Тема Re: string to date conversion
Дата
Msg-id 20050422093002.GI12176@mail.librelogiciel.com
обсуждение исходный текст
Ответ на Re: string to date conversion  (Christoph Haller <ch@rodos.fzk.de>)
Ответы Re: string to date conversion  (Michael Fuhr <mike@fuhr.org>)
Список pgsql-sql
On Fri, Apr 22, 2005 at 11:21:26AM +0200, Christoph Haller wrote:
> 
> select '2005/04/22'::text::timestamp ;
>       timestamp      
> ---------------------
>  2005-04-22 00:00:00
> (1 row)
> 
> works for me. 

It works fine !!!

Thanks so much for your help.

I missed the '::text' intermediate conversion it seems

bye

Jerome Alet


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

Предыдущее
От: Christoph Haller
Дата:
Сообщение: Re: string to date conversion
Следующее
От: Andreas Kretschmer
Дата:
Сообщение: Re: [despammed] How do I connect with something like JDBCManager to Postgres on Fedora Linux