Tagged Questions

1
vote
2answers
471 views

Doctrine - filter by foreign agregate value

how can i use result of Agregate function in where in Doctrine? For example i want to know user with silly much numbers. SELECT u.name, COUNT(p.id) AS users_phonenumber_count FROM users u ...