Re: SQL Question

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: SQL Question
Дата
Msg-id 20060525033040.GA16170@wolff.to
обсуждение исходный текст
Ответ на SQL Question  (<operationsengineer1@yahoo.com>)
Ответы Re: SQL Question - Almost, Not Quite...  (<operationsengineer1@yahoo.com>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: SQL Question
Следующее
От:
Дата:
Сообщение: Re: SQL Question - Almost, Not Quite...