Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
select t1.* from test t1 where exists (select * from test t2 where t2.id <> t1.id and t2.date = t1.date and t2.operator_id = t1.operator_id)