Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query help
Message
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Query help
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01184275
Message ID:
01184275
Views:
67
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
Next
Reply
Map
View

Click here to load this message in the networking platform