How do I do the following...
SELECT A, B, C, SUM(A)
FROM X
I found the following on an Oracle error site...
ORA-00937: not a single-group group function
Cause: A SELECT list cannot include both a group function, such as AVG, COUNT, MAX, MIN, SUM, STDDEV, or VARIANCE, and an individual column...