Thread
:
How to perform aggregation (sum) on a computed column?
View Single Post
#
1
(
permalink
)
11-30-2006, 02:11 PM
spartacus
Posts: n/a
SQL 92
dialect question:
How to perform aggregation (sum) on a computed column?
How can I make this query work?
SELECT (AGE * 10) AS XYZ, SUM(XYZ) FROM MY_TABLE
spartacus
ANSWER(S):