ask about epoch query with datetime

Поиск
Список
Период
Сортировка
От haries fajar nugroho
Тема ask about epoch query with datetime
Дата
Msg-id bf3435570905070124t3b97baachd6c6eab41da68c08@mail.gmail.com
обсуждение исходный текст
Ответы Re: ask about epoch query with datetime
Список pgsql-sql
Hi All,

my institution wants me to migrate from old postgresql to new
postgresql, but when i test one of the query it failed at query :
select date_part('epoch',datetime('2009-04-20
17:08:01')-datetime('2009-04-20 17:04:24'))::int;
that query runs well in previous postgresql (PostgreSQL 7.1.3). The
error message is ERROR:  function datetime("unknown") does not exist
HINT:  No function matches the given name and argument types. You may
need to add explicit type casts.

If i read the error message, it means the function has changed or
something. May  I know the latest function so my query can run well in
my PostgreSQL 8.1.11 ?

Thanks


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

Предыдущее
От: johnf
Дата:
Сообщение: Re: using a list to query
Следующее
От: Maximilian Tyrtania
Дата:
Сообщение: Distinct oddity