summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/map.yql
blob: 35f784a3cb8e29d243f8a714df19f6402481f77f (plain) (blame)
1
2
3
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 8 */
SELECT * FROM plato.Input TABLESAMPLE BERNOULLI(30) REPEATABLE(1) WHERE subkey > "1";