aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/join/inner_trivial_from_concat.sql
blob: aa317b978488b5dd5e746b7d2840e858fbbbe219 (plain) (blame)
1
2
3
PRAGMA DisableSimpleColumns;
/* postgres can not */
select A.key, A.subkey, B.value from plato.concat(Input1, Input2) as A inner join plato.Input3 as B using (key);