opteryx icon indicating copy to clipboard operation
opteryx copied to clipboard

✨ LEFT and RIGHT relations in JOINs appears to be mean different things in different parts of the planner

Open joocer opened this issue 1 year ago • 1 comments
trafficstars

SELECT *
FROM table1  -- This is the "left" table
LEFT JOIN table2  -- This is the "right" table
ON table1.id = table2.id;

joocer avatar Dec 02 '23 17:12 joocer

Will address as part of #1410

joocer avatar Jan 30 '24 14:01 joocer