aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/sampling/read.sql
blob: 1fe51fd9e7072db15a8c584a73f9737130e64b34 (plain) (blame)
1
2
3
/* postgres can not */
/* custom check: len(yt_res_yson[0]['Write'][0]['Data']) < 10 */
SELECT * FROM plato.Input TABLESAMPLE BERNOULLI(30) REPEATABLE(1);