I'm trying to create a sum of all the values returned in a column, i.e. I want to add up all the values of the column quantity. For some, no pun intended, reason this is driving me to fits.
This is my select statement:
select E.ItemCode, E.Dscription, E.Price, A.U_CardCode, A.U_DocNum...