I’ve got 2 tables.
One called Video, and one called ThumbsUp.
Video -> Id, Path, Thumbnail, Profile
ThumbsUp -> Id, Owner, Video
I need to pull every Video record WHERE PROFILE = 2,
And COUNT(ThumbsUp.Id) the number of likes for each video,
Even if that video does not have any thumbs up.
Any help is appreciated. . .
1 Answer