Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query help
Message
 
À
Tous
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Titre:
Query help
Versions des environnements
SQL Server:
SQL Server 2000
Divers
Thread ID:
01184275
Message ID:
01184275
Vues:
68
How can I return records from one table that are not found in another table based on two fields comparison ? Lets say I have 2 tables with the same structure:

table1
iIpoId int
cUserName nvarchar(25)


table2
iIpoId int
cUserName nvarchar(25)


I just wants to see records from table1 that are not in table2 based on both iIpoId and cUserName.

Sorry, brain freeze.
Daniel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform