为什么两条sql语句查出来的数据不一样?
第一条SQL语句:selectcount(wr_id)fromwrongquestionwherewr_stu_id='402880884a2eeb15014a2eed3...
第一条SQL语句:select count(wr_id) from wrongquestion where wr_stu_id = '402880884a2eeb15014a2eed32c60002';
第二条SQL语句:
select count(wr_id) from wrongquestion wq ,choose_judge cj,fill_vacancy fv
where wq.wr_choose_id = cj.cj_id and
wq.wr_fill_id = fv.fill_id and
wr_stu_id='402880884a2eeb15014a2eed32c60002';
第一条SQL语句能查到数据,第二条为什么查不到数据呢 展开
第二条SQL语句:
select count(wr_id) from wrongquestion wq ,choose_judge cj,fill_vacancy fv
where wq.wr_choose_id = cj.cj_id and
wq.wr_fill_id = fv.fill_id and
wr_stu_id='402880884a2eeb15014a2eed32c60002';
第一条SQL语句能查到数据,第二条为什么查不到数据呢 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询