RE: [SQL] Is this BUG or FEATURE? - Mailing list pgsql-sql

From Vladimir Litovka
Subject RE: [SQL] Is this BUG or FEATURE?
Date
Msg-id Pine.LNX.4.03.9810172047130.2436-100000@barnet.kharkov.ua
Whole thread Raw
In response to RE: [SQL] Is this BUG or FEATURE?  ("Taral" <taral@mail.utexas.edu>)
List pgsql-sql
Hi!

On Sat, 17 Oct 1998, Taral wrote:

> anum|           aname|ata|bnum|           bname
> ----+----------------+---+----+----------------
>    0|0               |  0|   0|0
>    0|0               |  0|   1|1
>    1|1               |  0|   0|0
>    1|1               |  0|   1|1
>
> Now filter for bnum=ata and you get two rows.
>
> Am I wrong here?

 Egghhhhh....... X-/

 Thank you :)

--
Vladimir Litovka <doka@webest.com>


pgsql-sql by date:

Previous
From: "Taral"
Date:
Subject: RE: [SQL] Is this BUG or FEATURE?
Next
From: Herouth Maoz
Date:
Subject: Re: [SQL] Using the IN predicate in an UPDATE...