Re: openoffice and boolean - Mailing list pgsql-jdbc

From Scott Marlowe
Subject Re: openoffice and boolean
Date
Msg-id 1104256356.28179.2.camel@state.g2switchworks.com
Whole thread Raw
In response to openoffice and boolean  (tony <tony@tgds.net>)
Responses Re: openoffice and boolean  (tony <tony@tgds.net>)
List pgsql-jdbc
On Tue, 2004-12-28 at 11:14, tony wrote:
> Hello,
>
> Connecting OOo 1.1.2 to Postgresql via JDBC I can't seem to find the
> correct OOo query editor criteria for a boolean value. Does anyone know
> the magic formula?  The value in the database is 't'. = TRUE ='t' etc.
> etc. don't work.

Those queries are usually of the format:

select * from sometable where somefield IS TRUE

or simply

select * from sometable where somefield

pgsql-jdbc by date:

Previous
From: tony
Date:
Subject: openoffice and boolean
Next
From: tony
Date:
Subject: Re: openoffice and boolean