aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/action/action_eval_cluster_table.sql
blob: 67e2af60634ca194dc8d29afb956f72b2a3c703f (plain) (blame)
1
2
3
4
5
6
7
8
9
/* syntax version 1 */
/* postgres can not */
$foo = CAST(Unicode::ToLower("PLATO"u) AS String);

insert into yt:$foo.Output
select *
from yt:$foo.Input
where key < "100"
order by key;