Re: openoffice and boolean - Mailing list pgsql-jdbc

From tony
Subject Re: openoffice and boolean
Date
Msg-id 1104257538.3777.12.camel@hush
Whole thread Raw
In response to Re: openoffice and boolean  (Scott Marlowe <smarlowe@g2switchworks.com>)
List pgsql-jdbc
Le mardi 28 décembre 2004 à 11:52 -0600, Scott Marlowe a écrit :

> > 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

returns "was expecting - or NULL"

> or simply
>
> select * from sometable where somefield

I'll try and write that into the non standard SQL editor of OpenOffice.

Thanks

Tony


pgsql-jdbc by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: openoffice and boolean
Next
From: Kris Jurka
Date:
Subject: Re: Open connections