blob: bc46b5a3ebb93129ac6e869d796ffd6837194265 (
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)) TABLESAMPLE BERNOULLI(30);
|