select sum(t1.a) from t11 t1 join t11 t2 on t1.a = t2.a where t1.a > 4;