以下查询未执行。它正在抛出错误。我无法识别错误。它是由hibenate生成的。驱动类 org.gjt.mm.mysql.Driver,方言:org.hibernate.dialect.MySQLDialect 请帮帮我,这是错误。
jdbc:mysql://localhost:3306/mydb
select this_.Student_Id as Student1_8_0_, this_.student Name as student2_8_0_,
this_.address as address8_0_, this_.Father Name as Father4_8_0_,
this_.Mother Name as Mother5_8_0_, this_.Primary Contact No as Primary6_8_0_,
this_.Secondary Contact No as Secondary7_8_0_, this_.Occupation as Occupation8_0_,
this_.Mode_Id as Mode9_8_0_, this_.Class_Id as Class10_8_0_,
this_.Route_No as Route11_8_0_
from Tbl_Student this_
如果我select * from Tbl_Student
像这样运行它工作正常。