select * from (select * from E_INFO_VIDEOS v,E_INFO i,E_INFO_CATE c where v.INFO_ID=i.id and i.id=c.INFO_ID and i.fublishflag=1 and c.isdeleted=0 and v.videotype like '%政务信息%' order by i.sort desc,v.optime desc) where rownum <=10; 如何转化成hql
收起
https://www.zhihu.com/question/28491211
报告相同问题?