SQL query not returning the value expected !!!!!!!!!!!!!!!!!! - Mailing list pgsql-general

From Najib Abi Fadel
Subject SQL query not returning the value expected !!!!!!!!!!!!!!!!!!
Date
Msg-id 000e01c3a764$db174790$f664a8c0@nagib
Whole thread Raw
Responses Re: SQL query not returning the value expected !!!!!!!!!!!!!!!!!!  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Hi if you take  a look at the following query's you can see that the third query should logically return  043219
but instead it's not returning any rows ?? What's happening ??????????????
 
dragon=> SELECT cod_etu from parcours_v where cod_etu = '043219';
 cod_etu
---------
(0 rows)
 
dragon=> SELECT cod_etu from parcours_hors_cursus_v where cod_etu = '043219';
 cod_etu
---------
 043219
(1 row)
 
dragon=> SELECT cod_etu from parcours_hors_cursus_v where cod_etu ='043219' and cod_etu not in (select cod_etu from parcours_v);
 cod_etu
---------
(0 rows)

pgsql-general by date:

Previous
From: "Paul R. Sand"
Date:
Subject: Visual C++ and Postgres
Next
From: mydejamail@yahoo.co.uk (My Deja)
Date:
Subject: Re: Internet based database