WHERE birthday BETWEEN '1995-01-01' AND '1995-12-31' SELECT user_id from users
WHERE phone is not null
GROUP BY user_iddb.saveChanges(). Где происходит изменение объектов в контексте - я не вижу.MyDelegate myDelegate = new MyDelegate(MyClass.Method)select name, MAX(price) from products
GROUP BY nameselect name, MAX(id) from products
GROUP BY nameselect something from city as c
INNER JOIN region as r ON c.regionId = r.Id
INNER JOIN country as co ON co.Id = r.countryId
WHERE some condition