SELECT klan_id, Sum( ( 1x1 + 2x2 + 3x3 + 4x4 ) ) AS Toplam_Puan FROM `TABLO_ADI` GROUP BY klan_id