Re: select - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: select
Date
Msg-id Pine.BSF.4.10.10009231149070.73677-100000@megazone23.bigpanda.com
Whole thread Raw
In response to select  (Jeff MacDonald <jeff@pgsql.com>)
Responses Re: select  (Jeff MacDonald <jeff@pgsql.com>)
List pgsql-sql
I'd assume this would work:
select * from table where booleanfield is null;

Stephan Szabo
sszabo@bigpanda.com

On Sat, 23 Sep 2000, Jeff MacDonald wrote:

> how would i select all rows where a boolean value is neither
> t nor f.. ?
> 
> ie if someone inserted without setting the boolean tag.




pgsql-sql by date:

Previous
From: Jeff MacDonald
Date:
Subject: Re: select
Next
From: Jeff MacDonald
Date:
Subject: Re: select