In this statement....

SELECT SUM(TOTAL_FEE) as 'TOTAL_BILLED' from DOC WHERE......

AT THE END OF THE QUERY I want the SQLHandler to return that one TOTAL_BILLED temporary column SUM value.

What's the best way to do this?