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