l.task_id)
where
l.account_id = ?
and t.item_id not in (
select i.item_id from item_lines i
where i.account_id = l.account_id
);
как-то так
спасибо))
l.account_id = ? -- акаунт там в таске вроде.
Обсуждают сегодня