论坛首页 Java企业应用论坛

HQL怎么使用union all和order by

浏览 3731 次
该帖已经被评为隐藏帖
作者 正文
   发表时间:2008-05-16  

select   *   from   (select companyInfo.subject,companyInfo.guId from CompanyInfo  companyInfo  where companyInfo.type='企业动态'  order by companyInfo.startDate desc  ) a  union all  select   *   from   (select infos.subject,infos.guId from Infos  infos,Category  category  where category.categoryName='园区动态' and infos.categoryId=category.guId order by infos.startDate desc ) b  

这段sql怎么改成hql啊 谢谢

   发表时间:2008-05-16  
怎么没有摆我的啊
0 请登录后投票
论坛首页 Java企业应用版

跳转论坛:
Global site tag (gtag.js) - Google Analytics