#Can anyone tell me how this LEFT JOIN condition works?
1 messages · Page 1 of 1 (latest)
So a LEFT JOIN (short for LEFT OUTER JOIN) will take all the results from the left side (your source) and the ones matching the condition in the join itself
I rarely use outer joins, inner joins is usually what you need, but there's always exceptions ofc
That’s not what I asked 😅 But my question is how can you put something like Author = ‘Tolkien’ in a join clause
In the original post I mean
why did you delete it though lol
No one was answering 🥲