summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/sort.yql
blob: a245b72745a836d9b08e46de519837506fac9ce6 (plain) (blame)
1
2
3
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 10 */
SELECT * FROM plato.Input TABLESAMPLE BERNOULLI(30) REPEATABLE(1) ORDER BY key;