oracle中的三表查询为什么在java代码中就报错
selectcst.custNo,cst.custName,sum(line.oddPrice*line.oddCount)fromorderLineline,cstCu...
select cst.custNo,cst.custName,sum(line.oddPrice*line.oddCount) from orderLine line,cstCustomer cst,cstOrder ord
where ord.odrId=line.cstOrder.odrId and
cst.custNo=ord.cstCustomer.custNO
group by cst.custNo,cst.custName 展开
where ord.odrId=line.cstOrder.odrId and
cst.custNo=ord.cstCustomer.custNO
group by cst.custNo,cst.custName 展开
展开全部
第一:本身语句在数据库中正常吗?
第二:在java程序中写的话,注意sql语句间的间隔,防止两个单词识别为一个了。如果是String拼接的话,建议在在每行字符串前加上空格。
第二:在java程序中写的话,注意sql语句间的间隔,防止两个单词识别为一个了。如果是String拼接的话,建议在在每行字符串前加上空格。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
去数据库中测试。
如果是用hibernate,那么表明应该对应实体类名
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询