Mark Fenbers wrote:
What would have to be done if I needed a standard SQL solution?
Mark
---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?
http://archives.postgresql.org
Maybe you could t'ry something like :
Select whatever from yourtable a where not exists
(select * from yourtable b where b.id=a.id and b.timestamp > a.timestamp)
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq