aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/inner_all.sql
blob: 22803ca6b6a667d2e0f1bfd2fd988cd5e29daa3d (plain) (blame)
1
2
3
4
5
6
PRAGMA DisableSimpleColumns;
use plato;
SELECT *
FROM Input2 AS a
JOIN Input3 AS b
ON a.value == b.value;