Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Applying a filter to unioned results
Message
De
27/06/2011 10:51:24
Mike Cole
Yellow Lab Technologies
Stanley, Iowa, États-Unis
 
 
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Divers
Thread ID:
01516238
Message ID:
01516243
Vues:
39
>>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
>>
>
>Try using derived table (or CTE), e.g.
>
>;with cte as (Here goes UNIONoned query)
>
>select * from cte where ...
Hi Naomi,
Your response took 2 minutes. I'd appreciate it if you could cut that down to 1 minute in the future. I am a busy person. (JUST KIDDING, thanks for the prompt response!)
Very fitting: http://xkcd.com/386/
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform