sql how to sum two avg code example Example: mysql average of multiple columns SELECT avg(col1 + col2) FROM test WHERE uid=5;