Questions SELECT * FROM tblPosts WHERE tblPosts.usersID = (SELECT tblFriends.friendsID WHERE tblFriends.myID = '$myID') ORDER BY tblPosts.date DESC; byMRSeptember 10, 2022
Questions Using SQL check to see if an ID in Table A exists in Table B. If that ID exists in Table B return corresponding value byMRJuly 27, 2022