![mysql](https://habrastorage.org/r/w120/webt/5b/53/d5/5b53d5517cb34636505650.png)
MySQL
- 1 ответ
- 0 вопросов
1
Вклад в тег
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)