Re: Dates and year 2000

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Dates and year 2000
Дата
Msg-id 3C7500A0.72221DCD@fourpalms.org
обсуждение исходный текст
Ответ на Re: Dates and year 2000  ("Andy Marden" <amarden@usa.net>)
Список pgsql-bugs
> Just discovered that column::date works fine but to_date(column, 'DD.MM.YY')
> causes the problem. I was trying to write portable SQL, but never mind!

Portable (as in SQL9x) would be

  cast(column as date)

which is also accepted by PostgreSQL...

                 - Thomas

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