Re: openoffice and boolean

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: tony <tony(at)tgds(dot)net>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: openoffice and boolean
Date: 2004-12-28 17:52:36
Message-ID: 1104256356.28179.2.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message tony 2004-12-28 18:12:18 Re: openoffice and boolean
Previous Message tony 2004-12-28 17:14:49 openoffice and boolean