aboutsummaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/bind_default.sql
blob: 5a726083f99fe82dd63a35d8378acfb11bcd3b3b (plain) (blame)
1
2
3
4
5
6
7
8
/* syntax version 1 */
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) < 10 */
USE plato;

$var = SELECT * FROM Input;

SELECT * FROM $var TABLESAMPLE BERNOULLI(50);