summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/multicluster/basic.yql
blob: 75885e3ca459d6a4c67ab0ca59619a7e11a2b2ce (plain) (blame)
1
2
3
4
5
6
/* postgres can not */
/* yt can not */
pragma yt.RuntimeCluster='banach';
pragma yt.RuntimeClusterSelection='auto';

select JoinTableRow() from plato.PInput as a cross join banach.BInput as b;