Re: SQL Question - Almost, Not Quite... - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: SQL Question - Almost, Not Quite...
Date
Msg-id 20060525215646.GA6020@wolff.to
Whole thread Raw
In response to Re: SQL Question - Almost, Not Quite...  (<operationsengineer1@yahoo.com>)
List pgsql-novice
On Thu, May 25, 2006 at 14:30:05 -0700,
  operationsengineer1@yahoo.com wrote:
>
> Bruno, no worries.  i didn't explain what i wanted too
> well.  i'm *only* interested in the last (latest
> timestamp) inspect_result for each inspect_id.

Then DISTINCT ON is the the simplest way to do this. You can ORDER BY
inspect_id DESC, timestamp DESC to get the last record for each inspect_id.
This is not standard SQL though.

pgsql-novice by date:

Previous
From:
Date:
Subject: Re: SQL Question - Almost, Not Quite...
Next
From:
Date:
Subject: Re: SQL Question - S/B Good...