0
I have two tables, the episodes and episodes seen, I need to make a query that will join the two by the id of the episode, however I do not want the episodes that are not in the second table do not come in the result, I will try to give an example:
Putting the two together I want it
If there are any questions left, please ask me. Thank you
You want a left junction
– Jefferson Quesado