Re: Oracle Analytical Functions

Поиск
Список
Период
Сортировка
От Adam Rich
Тема Re: Oracle Analytical Functions
Дата
Msg-id 00ac01c8639e$122ed1e0$368c75a0$@r@sbcglobal.net
обсуждение исходный текст
Ответ на Re: Oracle Analytical Functions  (Willem Buitendyk <willem@pcfish.ca>)
Список pgsql-general
> I tried this function but it keeps returning an error such as:
>
> ERROR: invalid input syntax for integer: "2007-05-05 00:34:08"
> SQL state: 22P02
> Context: PL/pgSQL function "lagfunc" line 10 at assignment

Whoops, this line:

> >         client_id := thisrow.datetime;

Should be:

client_id := thisrow.client_id;



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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Is PostGreSql's Data storage mechanism "inferior"?
Следующее
От: Richard Broersma Jr
Дата:
Сообщение: Re: Is PostGreSql's Data storage mechanism "inferior"?