Ian
07/16/2021, 5:52 AMFROM posts
INNER JOIN like ON posts.id = likes.postId
LEFT JOIN votes ON posts.id = votes.id AND posts.type = 'poll'
LEFT JOIN answers ON posts.id = answers.id AND posts.type = 'questions'
Ryan
07/19/2021, 6:29 AM