summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/blocks/just.yql
blob: 6ebc57f7d8d37e4da452ed18a71158fff9aec693 (plain) (blame)
1
2
3
$data = [<|x:1|>];

select just(x) from as_table($data);