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