I've been trying to join all the rows from two different tables. I've tried UNION and LEFT JOIN.
Right now I've just been using two separate queries and had one display after the other. I would like to merge the two queries to display at the same time.
table 1 is called 'approves' and table 2 is called 'comments'.
approves
- id
- postID
- postUserID
- userIDcomments
- id
- postID
- postUserID
- userID
- comment
- date