Manjula G Kutty wrote:

> Hi Kathy,
>
> Can you please clarify me ,
>
> then why
> select id,date from inbox where id = true;
> ID                  |DATE
> -----------------------------------------------
> 21                  |2006-01-26 14:34:46.455
>
> returns one row and
>
> ij> select id,date from inbox where id = 0<3;
> returns all rows in the table???
>
> I think I'm confused now.
>
Hi Manjula, I think I did not read your mail carefully enough the first
time and answered perhaps the wrong question as the syntax error caught
my eye. I think I will defer to the BOOLEAN experts on this one.

Kathey

Reply via email to