aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/subquery_limit.sql
blob: 3d8930952a38a82a54ca58864af526c5a6a704b4 (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']) < 6 */

select * from (select * from plato.Input) tablesample bernoulli(80) limit 5;