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