Re: SQL Question - Mailing list pgsql-novice

From Bruno Wolff III
Subject Re: SQL Question
Date
Msg-id 20060525033040.GA16170@wolff.to
Whole thread Raw
In response to SQL Question  (<operationsengineer1@yahoo.com>)
Responses Re: SQL Question - Almost, Not Quite...
List pgsql-novice
On Wed, May 24, 2006 at 15:06:53 -0700,
  operationsengineer1@yahoo.com wrote:
>
> given this structure, and hopefully i've communicated
> it well enough, i'm concerned that it might be
> difficult to weed out qa 1 fail followed by qa 2 pass.
>
> that is...
>
> qa test 1
> fail
>
> ... the bizrre happens ...
>
> qa test 2
> pass
>
> how can i go about finding the qa test 1 failure?
>
> if i did a inspect_date descending query with a limit
> of 1, i'd get a pass and miss the failure.

Use "inspect_pass" in the WHERE clause.

pgsql-novice by date:

Previous
From:
Date:
Subject: SQL Question
Next
From:
Date:
Subject: Re: SQL Question - Almost, Not Quite...