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