SQL - LEFT and RIGHT JOIN
You wrote this query:
But it returns NULLs in the A columns for every row. What could be a possible error?
SELECT * FROM A RIGHT JOIN B ON A.id = B.idBut it returns NULLs in the A columns for every row. What could be a possible error?
