1050. Actors and Directors Who Cooperated At Least Three Times leetcode solution

realNameHidden - Apr 23 '23 - - Dev Community
select actor_id,director_id from ActorDirector group by actor_id,director_id
having count(*)>=3;
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player