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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -