summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/table_range/each_with_non_existing.yql
blob: a2527cc655fcde4642b4f9e5b99c97c993a3dcb4 (plain) (blame)
1
2
3
4
/* syntax version 1 */
/* kikimr can not - range not supported */
USE plato;
SELECT * FROM each(["Input1", "Input2", "Input3"]);