Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which configuration is missing
Message
De
06/06/2008 14:12:13
Moacyr Zalcman
Independent Consultant
São Paulo, Brésil
 
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Which configuration is missing
Divers
Thread ID:
01322144
Message ID:
01322144
Vues:
80
Hi, everybody

Supose this two queries:

select * from chequescaixa where id='888516'
Returns one Row

[select * from caixamovimento where docid='888516'] &&[docid] refers to [id] in chequescaixa table
Returns Nothing

[select * from chequescaixa where id not in(select docid from caixamovimento)]
Returns Nothing

But

[select * from chequescaixa where id not in(select docid from caixamovimento where docID IS NOT NULL)]
Returns one Row

I supposed the query

[select * from chequescaixa where id not in(select docid from caixamovimento)]

should return the correct value.Is there anything I'm missing?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform