如题,其实很简单。

SELECT * 
FROM table 
ORDER BY (column1 + column2) ;