select actor_id,director_id from ActorDirector group by actor_id,director_id
having count(*)>=3;
For further actions, you may consider blocking this person and/or reporting abuse
select actor_id,director_id from ActorDirector group by actor_id,director_id
having count(*)>=3;
For further actions, you may consider blocking this person and/or reporting abuse
Franck Pachot -
Sachin -
Prashant Mishra -
Patrick Deschere -
Top comments (0)