select code, name, q1 + q2 + q3 + q4 as total from t02_1 where q1 + q2 + q3 + q4 in (90, 100, 110) ;