メモ
コード
SELECT
SUM(columnA + columnB + columnC) AS total
FROM
table
ORDER BY
total DESC
Go to list of users who liked
More than 5 years have passed since last update.
メモ
SELECT
SUM(columnA + columnB + columnC) AS total
FROM
table
ORDER BY
total DESC
Register as a new user and use Qiita more conveniently
Go to list of users who liked