select w.worktitle,w.statedate from work w,user u,role r
where 1==1 and u.userID=w.userID=201102 and u.roleID=r.roleID=103 and u.positions='主任' 这条语句为什么不能执行,是否是对的?
where 1==1 and u.userID=w.userID=201102 and u.roleID=r.roleID=103 and u.positions='主任' 这条语句为什么不能执行,是否是对的?