标签: hql
以下是SQL中的查询
SELECT * FROM table_1 WHERE table_1_id NOT IN(SELECT table_1_id FROM table_2 WHERE some_other_id = ' 81ae4876-52fe-4dcf-9a5e-8eb490176d46' )
table_1
table_1_id
table_2
some_other_id