Postgresql – SQL JOIN: WHERE clause and ON clause
I'm trying to figure out how exactly ON and WHERE work when doing a JOIN My understanding based on other questions is that I should filter in where when the condition is on the left side of the join, and…