Posts by Aline J. B. • 21 points
1 post
-
2
votes1
answer271
viewsA: Select with MYSQL when it exists in one table and not in the other
A simple way, taking advantage of the query you have already assembled, is to exchange INNER JOIN for RIGHT JOIN. The problem with your query is that INNER JOIN removes from the result values that…