Howto: Symfony doctrine subquery exists

In SQL Subqueries are pretty common: you need only those records where a certain condition is dependend on the existance of non-existance of records in an associated table.I.e. you want to delete all shoppingbaskets in the database, which are older than, let’s say 7 days but only if they do not have any items in … Read more