"SELECT hdiqtest_question.RecID FROM hdiqtest_question 
WHERE hdiqtest_question.RecID NOT IN (SELECT hdiqtest_records.QuestionID FROM hdiqtest_records WHERE UserName='keen')";
就这样不行么?