Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Join statement
Message
From
16/03/2010 13:28:57
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Environment versions
SQL Server:
SQL Server 2005
Application:
Desktop
Miscellaneous
Thread ID:
01454733
Message ID:
01454864
Views:
33
Sorry, I made a mistake with my original SQL statement, it should have been:

Select * from dbo.SystemDataDictionary union all select * from dbo.ApplicationDataDictionary order by DataID

The clause I'm matching is SystemDataDictionary.DataField and ApplicationDataDictionary.DataField, where if the record exists in SystemDataDictionary and ApplicationDataDictionary I'd like to keep the result from SystemDataDictionary. If the record appears in either, but not both, then include that in the result set too.

Regards

ps - I'll say thank you and add a gold star too this time! :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform