blob: b0aff15615b1574288beed9095f4a3d9459e1b79 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* postgres can not */
/* custom check: len(yt_res_yson[0]['Write'][0]['Data']) == 1 */
use plato;
$key = (select key from plato.Input SAMPLE(0.5));
select * from Input where key = $key;
|