SQL : Exclusion de données
Résolu IMBERNONC Messages postés 9 Date d'inscription Statut Membre Dernière intervention -
imbernonc - 5 mai 2008 à 08:37
imbernonc - 5 mai 2008 à 08:37
A voir également:
- Sql exclusion
- Forum loisirs/vie pratique
- Forum Programmation
- Logiciel sql - Télécharger - Bases de données
- Forum Programmation
- Forum ing
5 réponses
SELECT client.champ1, client.champ2 , ... from client , reaction
WHERE client.code=(Select distinct client from reaction WHERE client not in (Select distinct client from reaction WHERE [reaction].Code ='b' or [reaction].Code='c' or [reaction].Code='G' or [reaction].Code='E' or [reaction].Code='K' or [reaction].Code='F' or [reaction].Code='N' or [reaction].Code='R')
Je me souvenait plus du not in pourtant je l'ai deja vu.
Merci pour votre aide et surtout merci à Paglop !!
Imbernonc.