summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/multicluster/sort_force.yql
blob: 074905f3d1691501ceed2f9c5a48fe85cf995036 (plain) (blame)
1
2
3
4
5
6
7
8
/* postgres can not */
/* yt can not */
pragma yt.RuntimeCluster='banach';
pragma yt.RuntimeClusterSelection='force';

select * from plato.PInput
order by key, subkey;