Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combining Data from 2 Common Table Expressions
Message
From
04/07/2013 12:17:18
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 6.5 and older
Application:
Web
Miscellaneous
Thread ID:
01577798
Message ID:
01577814
Views:
51
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform