aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/equi_join_three_simple.sql
blob: c620849a45d2504855ee48c0bc9b61051088137c (plain) (blame)
1
2
3
PRAGMA DisableSimpleColumns;
/* postgres can not */
SELECT * FROM plato.A JOIN plato.B ON A.key == B.key JOIN plato.C ON A.subkey == C.subkey;