in reply to Using += in array context

Would it work to make fuller use of your SQL server?
SELECT SUM(col1) col1_sum, SUM(col2) col2_sum FROM table