Re: SELECT WHERE NOT, is not working - Mailing list pgsql-general

From Ragnar Hafstað
Subject Re: SELECT WHERE NOT, is not working
Date
Msg-id 1104964987.11500.50.camel@localhost.localdomain
Whole thread Raw
In response to Re: SELECT WHERE NOT, is not working  (Ragnar Hafstað <gnari@simnet.is>)
Responses Re: SELECT WHERE NOT, is not working  (MargaretGillon@chromalloy.com)
List pgsql-general
On Wed, 2005-01-05 at 22:32 +0000, Ragnar Hafstað wrote:

>   select count(*) from resource where reengine is NULL 'X';

typo. I meant of course:

select count(*) from resource where reengine is NULL;

gnari



pgsql-general by date:

Previous
From: Terry Lee Tucker
Date:
Subject: Re: Trigger Question
Next
From: MargaretGillon@chromalloy.com
Date:
Subject: Re: SELECT WHERE NOT, is not working