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

Stephan Szabo
[EMAIL PROTECTED]

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.


Reply via email to