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

SELECT * FROM (SELECT * FROM plato.Input) TABLESAMPLE BERNOULLI(50);