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

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