Re: to_date problem
От | Tom Lane |
---|---|
Тема | Re: to_date problem |
Дата | |
Msg-id | 13711.984668886@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: to_date problem (Karel Zak <zakkr@zf.jcu.cz>) |
Ответы |
Re: to_date problem
|
Список | pgsql-interfaces |
Karel Zak <zakkr@zf.jcu.cz> writes: > Hmm, now I see Oracle and it allows correct parse this dirty query... > SVRMGR> select to_date('2001-3-5 10:00', 'YYYY-FMMM-FMDD HH24:MI') from > dual; > TO_DATE(' > --------- > 05-MAR-01 > 1 row selected. Does it? Your example shows it with FM selected. What happens in Oracle without the FM? Still, Leif's example surprises me. Why does it pick up the '3' but ignore the '5'? Seems to me that the presence of whitespace should be enough to cue the thing that it's done seeing the day field, FM or no. In fact, I can't see a good reason for FM to affect the behavior of input conversion at all. regards, tom lane
В списке pgsql-interfaces по дате отправления: