Re: openoffice and boolean

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: openoffice and boolean
Дата
Msg-id 1104256356.28179.2.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на openoffice and boolean  (tony <tony@tgds.net>)
Ответы Re: openoffice and boolean
Список 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 по дате отправления:

Предыдущее
От: tony
Дата:
Сообщение: openoffice and boolean
Следующее
От: tony
Дата:
Сообщение: Re: openoffice and boolean