blob: 388857feb3e9bd9846e55a3554ac26ad873b5dac (
plain) (
blame)
1
2
3
4
5
6
7
|
/* syntax version 1 */
/* postgres can not */
/* custom check: len(yt_res_yson[0]['Write'][0]['Data']) < 2 */
$a = select * from plato.Input;
select * from $a tablesample bernoulli(0.1)
|