action_eval_cluster_table.sql 185 B

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