summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/sampling/table_content.yql
blob: c455155fc7260c7948672bb99932d40a60f28315 (plain) (blame)
1
2
3
4
5
6
7
/* postgres can not */
/* custom check: len(yt_res_yson[0][b'Write'][0][b'Data']) == 1 */
use plato;

$key = (select key from plato.Input SAMPLE(0.5));

select * from Input where key = $key;