aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/yql_465.sql
blob: 4054dc97c9fd4cc01ed00689a2f71ef99160caf7 (plain) (blame)
1
2
3
PRAGMA DisableSimpleColumns;
use plato;
select * from (select * from a where a.key > "zzz") as a join b on a.key == b.key;