hql - how to show table values with no refernece in other table in hibernate -
i using hibernate , want display records of table not have refrence in table b.i.e. table has primary key jobid,which foreign key in table b. want display id values not present in table b.
select a a.jobid not in (select b.jobid b b)
Comments
Post a Comment