aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/inner_all_right.sql
blob: ec84b11ad446491984a2c50c2832bb398f80a20d (plain) (blame)
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;