2011-08-03 15 views

答えて

1

マイナス存在しないSQLマイナス文と同じですJPA条件式を作成するのですが、あなたはそのような何かを行うことができます:

select t1.mod_code from Table1 t1 where not exists 
(select t2 from table2 t2 where t2.mode_code = t1.mode_code) 
関連する問題