blob: bc61dc247eae427d1ed0969fbfb52c145b72ed50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
/* postgres can not */
/* custom check: len(yt_res_yson[0]['Write'][0]['Data']) < 10 */
/* syntax version 1 */
use plato;
pragma DisableSimpleColumns;
select * from plato.Input as a
inner join plato.Input as b SAMPLE 0.3
on a.key = b.key;
|