Qeury a boolean column?(using postgresql & EJB)

From: dycharles <charleslinzon_dy(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Qeury a boolean column?(using postgresql & EJB)
Date: 2007-11-14 22:05:32
Message-ID: 13757431.post@talk.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


hello,

i have a database in postgresql that have a column boolean, then when i
create a query in ejb like this(SELECT e.letsaythisisboolean FROM sample e),
now problem is that when i query the database in ejb, it will return all the
false value in the column boolean, and the true value will not return... How
can i make the true value appear in my query result? Any suggestion or
help...

thanks,
dychalres
--
View this message in context: http://www.nabble.com/Qeury-a-boolean-column-%28using-postgresql---EJB%29-tf4808294.html#a13757431
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A.M. 2007-11-14 22:51:17 Re: stripping HTML, SQL injections ...
Previous Message Bruce Momjian 2007-11-14 21:31:04 Re: PLpgsql debugger question