Re: Oracle Analytical Functions - Mailing list pgsql-general

From Adam Rich
Subject Re: Oracle Analytical Functions
Date
Msg-id 00ac01c8639e$122ed1e0$368c75a0$@r@sbcglobal.net
Whole thread Raw
In response to Re: Oracle Analytical Functions  (Willem Buitendyk <willem@pcfish.ca>)
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Is PostGreSql's Data storage mechanism "inferior"?
Next
From: Richard Broersma Jr
Date:
Subject: Re: Is PostGreSql's Data storage mechanism "inferior"?