summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/subquery_sort.yql
blob: 056ddbf4d559335ea6fb534a91abea84e6b25036 (plain) (blame)
1
2
3
4
5
6
/* syntax version 1 */
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 10 */

select key from (select key, value from plato.Input) tablesample bernoulli(33) order by key;