7
Is it possible to "select" by merging two tables in Mysql? for example: I have a table called "favorite" that saves the id_da_postagem and the id_do_usuario. the idea would be to go through the table favorite merged with the table posts, (where are saved title, content and etc from the post itself), and select all these posts according to the id_do_usuario table favorite?
Related: What is the difference between INNER JOIN and OUTER JOIN?
– Jéf Bueno