Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use calculated value in the same select
Message
General information
Forum:
ASP.NET
Category:
Databases
Title:
Use calculated value in the same select
Miscellaneous
Thread ID:
00901314
Message ID:
00901314
Views:
72
I am trying to calculate some monthly totals and then use those totals in another column. Something like this:

select sum(jan+feb+mar) as qtr1, sum(apr+may+jun) as qtr2, sum(qtr1+qtr2) as first6months from myTable

Do I need to do this in a subquery or is there some way to use an alias to refer to the calculated qtr amounts?

Kind Regards,

Mat
Matthew Kennedy
Decision Support Technology Inc.

"I try to take one day at a time, but sometimes several days attack me all at once." ~ Ashleigh Brilliant

New Jersey Dot Net User Group
Next
Reply
Map
View

Click here to load this message in the networking platform