1 2 3 4 5 6
PRAGMA DisableSimpleColumns; use plato; SELECT * FROM Input2 AS a LEFT JOIN Input3 AS b ON a.value == b.value;