Re: select

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: Jeff MacDonald <jeff(at)pgsql(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: select
Date: 2000-09-23 18:49:59
Message-ID: Pine.BSF.4.10.10009231149070.73677-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql


I'd assume this would work:
select * from table where booleanfield is null;

Stephan Szabo
sszabo(at)bigpanda(dot)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.

In response to

  • select at 2000-09-23 17:37:29 from Jeff MacDonald

Responses

  • Re: select at 2000-09-23 18:52:59 from Jeff MacDonald

Browse pgsql-sql by date

  From Date Subject
Next Message Jeff MacDonald 2000-09-23 18:52:59 Re: select
Previous Message Jeff MacDonald 2000-09-23 17:49:32 Re: select