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.