Postgresql – Replace LEFT JOIN with WHERE statement
I have DB with 4 tables. I have to use 3 of them. Is it possible to change LEFT JOIN statements with only WHERE statement? Database scheme My code block with LEFT JOIN statements: FROM reader LEFT JOIN copy ON…