打开SQLSERVER 查询分析器,选择对应的省校数据库,在SQL执行中COPY以下的语句,执行即可看到漏评的主观题。 select examccid as '考场编号' ,seatno as '座位号',questionsid as '试题号' from examanswer --单引号为半角状态 where patindex('%;%',teacherlist)=0 and examno not in (select examno from examviola) and tinternalqtypeid in (0,5,6) order by examccid,seatno,questionsid --请查看显示的考场编号寻找未评阅的试题