Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combining Data from 2 Common Table Expressions
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Syntaxe SQL
Versions des environnements
SQL Server:
SQL Server 6.5 and older
Application:
Web
Divers
Thread ID:
01577798
Message ID:
01577814
Vues:
49
>>SELECT SUM(Cte1.Amount) AS Cte1Amount,
>> SUM(Cte2.Amount) AS Cte2Amount
>>FROM (SELECT SUM(Amount) AS Amount FROM Cte1) Cte1,
>> (SELECT SUM(Amount) AS Amount FROM Cte2) Cte2
>
>You do not need the bolded SUMs in the last select, or am I missing something?

No, you don't need them, copy and paste problem :-)
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform