select * from candidate where can_token not in (select can_token from committee c , score s where c.token = s.token and c.token = '9999') // c.token เป็น ค่าที่ id ที่ login เข้ามา
$query_testtesttest = "SELECT DISTINCT * FROM candidate, score WHERE candidate.CANDIDATE_TOKEN not in(select score.CANDIDATE_TOKEN from score as score) AND '".$_POST['token']."'LIKE score.TOKEN GROUP BY candidate.C_NAME";