summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/topsort.yql
blob: 7bc0db6910953a29c170ec5de78e6fcfbd4eb34b (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 LIMIT 10;