Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Applying a filter to unioned results
Message
From
27/06/2011 10:42:53
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, United States
 
 
To
All
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Applying a filter to unioned results
Miscellaneous
Thread ID:
01516238
Message ID:
01516238
Views:
91
I'm having a Monday morning brain fart. In my query, I am performing a union against several tables to return one result set. I'd like to perform a where clause against that entire result set, but I'm not figuring out how to do it.

Something like:
SELECT * FROM
(
   --Union logic here
)
WHERE MyField = @MyFilter
Very fitting: http://xkcd.com/386/
Next
Reply
Map
View

Click here to load this message in the networking platform