SQL query not returning the value expected !!!!!!!!!!!!!!!!!!

Поиск
Список
Период
Сортировка
От Najib Abi Fadel
Тема SQL query not returning the value expected !!!!!!!!!!!!!!!!!!
Дата
Msg-id 000e01c3a764$db174790$f664a8c0@nagib
обсуждение исходный текст
Ответы Re: SQL query not returning the value expected !!!!!!!!!!!!!!!!!!
Список 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 по дате отправления:

Предыдущее
От: "Paul R. Sand"
Дата:
Сообщение: Visual C++ and Postgres
Следующее
От: mydejamail@yahoo.co.uk (My Deja)
Дата:
Сообщение: Re: Internet based database