to_date()

Поиск
Список
Период
Сортировка
От Paul
Тема to_date()
Дата
Msg-id 20020603005347.29190.qmail@operamail.com
обсуждение исходный текст
Ответы Re: to_date()  (Kaare Rasmussen <kar@kakidata.dk>)
Список pgsql-sql
Can someone explain to me why this happens?
======
select to_date('2002-04-29 07:33:55.000','FXYYYY-MM-DD HH24:MM:SS.MS') as rebill_date;rebill_date 
-------------2004-09-30
======

Ultimatly I'm doing a select into where the original field is of type "character varying".
Doing
======
select fieldname::date as rebill_date
======
generates a "ERROR:  Cannot cast type 'character varying' to 'date'" error, but doing
======
select fieldname::text::date as rebill_date
======
seemes I think I've achieved what I want, but would still be interested in learning about to_date().

Thanks,

Paul
-- 
_______________________________________________
Download the free Opera browser at http://www.opera.com/

Powered by Outblaze


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

Предыдущее
От: "Christopher Kings-Lynne"
Дата:
Сообщение: Re: alternate idioms for large "IN (...)" lists
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Syntax error in plpgsql crashes backend