How in MySQL, I want to get the results from the post table. I do this perfectly. However I would like to get the individual Likes from the like table and the comments from the Comments table.
How could I do this using the JOIN function? Each of the tables have the postID in common (id for the table Posts).