action_eval_cluster_use.sql 182 B

12345678910
  1. /* syntax version 1 */
  2. /* postgres can not */
  3. $foo = CAST(Unicode::ToLower("PLATO"u) AS String);
  4. use yt:$foo;
  5. insert into Output
  6. select *
  7. from Input
  8. where key < "100"
  9. order by key;