Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Query
Divers
Thread ID:
00957852
Message ID:
00957852
Vues:
61
Hi All:
I have a simple query. I have used this query successfuly in the past, however this time it is not working.

Here is the query

Select Meeting_ID
From Meetings
Where Not exists(select meeting_ID from Events)

It should returns 1,3,35, because the Ids in Meetings tables (1,3,35) are not in the Events table. Instead it returns 0 records.
What is wrong with my statement?

Please advise.

Thanks
MA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform