Doctrine中引用outern实体的Where子句中的子查询

时间:2017-04-24 15:47:32

标签: doctrine-orm

以下SQL如何:

select * from chapter c where (select count(p.id) from paragraph p where p.chapter_id = c.id) > 0;

可以用Doctrine编写,最好是使用Query Builder吗?

段落表中有一章Many-to-One relationship

更新 这不是重复的。以下是对外部实体章节的引用。

0 个答案:

没有答案