Re: SELECT WHERE NOT, is not working

From: Ragnar Hafstað <gnari(at)simnet(dot)is>
To: MargaretGillon(at)chromalloy(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SELECT WHERE NOT, is not working
Date: 2005-01-05 22:43:07
Message-ID: 1104964987.11500.50.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-01-05 22:44:45 Re: SELECT WHERE NOT, is not working
Previous Message Terry Lee Tucker 2005-01-05 22:35:18 Re: Trigger Question