write mysql raw query to get average of three columns code example Example: mysql average of multiple columns SELECT avg(col1 + col2) FROM test WHERE uid=5;