hql语句:dao.executeHql("delete Student As s where s.course.teacher.tno"=tno);
错误信息:返回sql语句:delete from Per_Student cross join Per_COURSE course1_ where tno=12000002
WARN: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'cross join Per_COURSE course1_ where tno=12000002' at line 1
student关联course,course关联teacher,我很好奇怎么delete时没有关联到teacher呢,这条hql语句应该是没有问题的吧?
badbomb
相关分类