"select * from users, award where (users.id = award.user_id) and award.trophy_id not in (select award.trophy_id from award where award.trophy_id = #{trophy.id})"
"select * from users, award where (users.id = award.user_id) and award.trophy_id not in (select award.trophy_id from award where award.trophy_id = #{trophy.id})"